SendSSHPublicKeyRequest
public struct SendSSHPublicKeyRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The availability zone the EC2 instance was launched in.
Declaration
Swift
public let availabilityZone: String
-
The EC2 instance you wish to publish the SSH key to.
Declaration
Swift
public let instanceId: String
-
The OS user on the EC2 instance whom the key may be used to authenticate as.
Declaration
Swift
public let instanceOSUser: String
-
The public key to be published to the instance. To use it after publication you must have the matching private key.
Declaration
Swift
public let sSHPublicKey: String
-
Undocumented
Declaration
Swift
public init(availabilityZone: String, instanceId: String, instanceOSUser: String, sSHPublicKey: String)
-
Declaration
Swift
public func validate(name: String) throws