DomainDescriptionType
public struct DomainDescriptionType : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The AWS account ID for the user pool owner.
Declaration
Swift
public let aWSAccountId: String?
-
The ARN of the CloudFront distribution.
Declaration
Swift
public let cloudFrontDistribution: String?
-
The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.
Declaration
Swift
public let customDomainConfig: CustomDomainConfigType?
-
The domain string.
Declaration
Swift
public let domain: String?
-
The S3 bucket where the static files for this domain are stored.
Declaration
Swift
public let s3Bucket: String?
-
The domain status.
Declaration
Swift
public let status: DomainStatusType?
-
The user pool ID.
Declaration
Swift
public let userPoolId: String?
-
The app version.
Declaration
Swift
public let version: String?
-
init(aWSAccountId:cloudFrontDistribution:customDomainConfig:domain:s3Bucket:status:userPoolId:version:)
Undocumented
Declaration
Swift
public init(aWSAccountId: String? = nil, cloudFrontDistribution: String? = nil, customDomainConfig: CustomDomainConfigType? = nil, domain: String? = nil, s3Bucket: String? = nil, status: DomainStatusType? = nil, userPoolId: String? = nil, version: String? = nil)