CreateDomainRequest

public struct CreateDomainRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the domain to create. The name can range between 3 and 255 characters and can contain the following characters: a-z, A-Z, 0-9, ‘_’, ‘-’, and ‘.’.

    Declaration

    Swift

    public let domainName: String
  • Undocumented

    Declaration

    Swift

    public init(domainName: String)