CreateKeyPairRequest
public struct CreateKeyPairRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name for your new key pair.
Declaration
Swift
public let keyPairName: String -
The tag keys and optional values to add to the resource during create. Use the TagResource action to tag a resource after it’s created.
Declaration
Swift
public let tags: [Tag]? -
Undocumented
Declaration
Swift
public init(keyPairName: String, tags: [Tag]? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CreateKeyPairRequest Structure Reference