RegisterInstanceRequest

public struct RegisterInstanceRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The instance’s hostname.

    Declaration

    Swift

    public let hostname: String?
  • An InstanceIdentity object that contains the instance’s identity.

    Declaration

    Swift

    public let instanceIdentity: InstanceIdentity?
  • The instance’s private IP address.

    Declaration

    Swift

    public let privateIp: String?
  • The instance’s public IP address.

    Declaration

    Swift

    public let publicIp: String?
  • The instances public RSA key. This key is used to encrypt communication between the instance and the service.

    Declaration

    Swift

    public let rsaPublicKey: String?
  • The instances public RSA key fingerprint.

    Declaration

    Swift

    public let rsaPublicKeyFingerprint: String?
  • The ID of the stack that the instance is to be registered with.

    Declaration

    Swift

    public let stackId: String
  • Undocumented

    Declaration

    Swift

    public init(hostname: String? = nil, instanceIdentity: InstanceIdentity? = nil, privateIp: String? = nil, publicIp: String? = nil, rsaPublicKey: String? = nil, rsaPublicKeyFingerprint: String? = nil, stackId: String)