DomainNameConfiguration
public struct DomainNameConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A domain name for the API.
Declaration
Swift
public let apiGatewayDomainName: String?
-
An AWS-managed certificate that will be used by the edge-optimized endpoint for this domain name. AWS Certificate Manager is the only supported source.
Declaration
Swift
public let certificateArn: String?
-
The user-friendly name of the certificate that will be used by the edge-optimized endpoint for this domain name.
Declaration
Swift
public let certificateName: String?
-
The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.
Declaration
Swift
public let certificateUploadDate: TimeStamp?
-
The status of the domain name migration. The valid values are AVAILABLE and UPDATING. If the status is UPDATING, the domain cannot be modified further until the existing operation is complete. If it is AVAILABLE, the domain can be updated.
Declaration
Swift
public let domainNameStatus: DomainNameStatus?
-
An optional text message containing detailed information about status of the domain name migration.
Declaration
Swift
public let domainNameStatusMessage: String?
-
The endpoint type.
Declaration
Swift
public let endpointType: EndpointType?
-
The Amazon Route 53 Hosted Zone ID of the endpoint.
Declaration
Swift
public let hostedZoneId: String?
-
The Transport Layer Security (TLS) version of the security policy for this domain name. The valid values are TLS_1_0 and TLS_1_2.
Declaration
Swift
public let securityPolicy: SecurityPolicy?
-
init(apiGatewayDomainName:certificateArn:certificateName:certificateUploadDate:domainNameStatus:domainNameStatusMessage:endpointType:hostedZoneId:securityPolicy:)
Undocumented
Declaration
Swift
public init(apiGatewayDomainName: String? = nil, certificateArn: String? = nil, certificateName: String? = nil, certificateUploadDate: TimeStamp? = nil, domainNameStatus: DomainNameStatus? = nil, domainNameStatusMessage: String? = nil, endpointType: EndpointType? = nil, hostedZoneId: String? = nil, securityPolicy: SecurityPolicy? = nil)