Domain

public struct Domain : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The Amazon Resource Name (ARN) of the domain recordset (e.g., arn:aws:lightsail:global:123456789101:Domain/824cede0-abc7-4f84-8dbc-12345EXAMPLE).

    Declaration

    Swift

    public let arn: String?
  • The date when the domain recordset was created.

    Declaration

    Swift

    public let createdAt: TimeStamp?
  • An array of key-value pairs containing information about the domain entries.

    Declaration

    Swift

    public let domainEntries: [DomainEntry]?
  • The AWS Region and Availability Zones where the domain recordset was created.

    Declaration

    Swift

    public let location: ResourceLocation?
  • The name of the domain.

    Declaration

    Swift

    public let name: String?
  • The resource type.

    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, domainEntries: [DomainEntry]? = nil, location: ResourceLocation? = nil, name: String? = nil, resourceType: ResourceType? = nil, supportCode: String? = nil, tags: [Tag]? = nil)