KeyPair

public struct KeyPair : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The Amazon Resource Name (ARN) of the key pair (e.g., arn:aws:lightsail:us-east-2:123456789101:KeyPair/05859e3d-331d-48ba-9034-12345EXAMPLE).

    Declaration

    Swift

    public let arn: String?
  • The timestamp when the key pair was created (e.g., 1479816991.349).

    Declaration

    Swift

    public let createdAt: TimeStamp?
  • The RSA fingerprint of the key pair.

    Declaration

    Swift

    public let fingerprint: String?
  • The region name and Availability Zone where the key pair was created.

    Declaration

    Swift

    public let location: ResourceLocation?
  • The friendly name of the SSH key pair.

    Declaration

    Swift

    public let name: String?
  • The resource type (usually KeyPair).

    Declaration

    Swift

    public let resourceType: ResourceType?
  • The support code. Include this code in your email to support when you have questions about an instance or another resource in Lightsail. This code enables our support team to look up your Lightsail information more easily.

    Declaration

    Swift

    public let supportCode: String?
  • The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Lightsail Dev Guide.

    Declaration

    Swift

    public let tags: [Tag]?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, createdAt: TimeStamp? = nil, fingerprint: String? = nil, location: ResourceLocation? = nil, name: String? = nil, resourceType: ResourceType? = nil, supportCode: String? = nil, tags: [Tag]? = nil)