DomainConfigurationSummary
public struct DomainConfigurationSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ARN of the domain configuration.
Declaration
Swift
public let domainConfigurationArn: String?
-
The name of the domain configuration. This value must be unique to a region.
Declaration
Swift
public let domainConfigurationName: String?
-
The type of service delivered by the endpoint.
Declaration
Swift
public let serviceType: ServiceType?
-
Undocumented
Declaration
Swift
public init(domainConfigurationArn: String? = nil, domainConfigurationName: String? = nil, serviceType: ServiceType? = nil)