DescribeDomainConfigurationResponse
public struct DescribeDomainConfigurationResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An object that specifies the authorization service for a domain.
Declaration
Swift
public let authorizerConfig: AuthorizerConfig? -
The ARN of the domain configuration.
Declaration
Swift
public let domainConfigurationArn: String? -
The name of the domain configuration.
Declaration
Swift
public let domainConfigurationName: String? -
A Boolean value that specifies the current state of the domain configuration.
Declaration
Swift
public let domainConfigurationStatus: DomainConfigurationStatus? -
The name of the domain.
Declaration
Swift
public let domainName: String? -
The type of the domain.
Declaration
Swift
public let domainType: DomainType? -
A list containing summary information about the server certificate included in the domain configuration.
Declaration
Swift
public let serverCertificates: [ServerCertificateSummary]? -
The type of service delivered by the endpoint.
Declaration
Swift
public let serviceType: ServiceType? -
init(authorizerConfig:domainConfigurationArn:domainConfigurationName:domainConfigurationStatus:domainName:domainType:serverCertificates:serviceType:)Undocumented
Declaration
Swift
public init(authorizerConfig: AuthorizerConfig? = nil, domainConfigurationArn: String? = nil, domainConfigurationName: String? = nil, domainConfigurationStatus: DomainConfigurationStatus? = nil, domainName: String? = nil, domainType: DomainType? = nil, serverCertificates: [ServerCertificateSummary]? = nil, serviceType: ServiceType? = nil)
View on GitHub
DescribeDomainConfigurationResponse Structure Reference