Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data DomainDescriptionType = DomainDescriptionType' {}
- newDomainDescriptionType :: DomainDescriptionType
- domainDescriptionType_status :: Lens' DomainDescriptionType (Maybe DomainStatusType)
- domainDescriptionType_cloudFrontDistribution :: Lens' DomainDescriptionType (Maybe Text)
- domainDescriptionType_userPoolId :: Lens' DomainDescriptionType (Maybe Text)
- domainDescriptionType_domain :: Lens' DomainDescriptionType (Maybe Text)
- domainDescriptionType_aWSAccountId :: Lens' DomainDescriptionType (Maybe Text)
- domainDescriptionType_customDomainConfig :: Lens' DomainDescriptionType (Maybe CustomDomainConfigType)
- domainDescriptionType_version :: Lens' DomainDescriptionType (Maybe Text)
- domainDescriptionType_s3Bucket :: Lens' DomainDescriptionType (Maybe Text)
Documentation
data DomainDescriptionType Source #
A container for information about a domain.
See: newDomainDescriptionType
smart constructor.
DomainDescriptionType' | |
|
Instances
newDomainDescriptionType :: DomainDescriptionType Source #
Create a value of DomainDescriptionType
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:status:DomainDescriptionType'
, domainDescriptionType_status
- The domain status.
$sel:cloudFrontDistribution:DomainDescriptionType'
, domainDescriptionType_cloudFrontDistribution
- The ARN of the CloudFront distribution.
$sel:userPoolId:DomainDescriptionType'
, domainDescriptionType_userPoolId
- The user pool ID.
$sel:domain:DomainDescriptionType'
, domainDescriptionType_domain
- The domain string.
$sel:aWSAccountId:DomainDescriptionType'
, domainDescriptionType_aWSAccountId
- The account ID for the user pool owner.
$sel:customDomainConfig:DomainDescriptionType'
, domainDescriptionType_customDomainConfig
- The configuration for a custom domain that hosts the sign-up and sign-in
webpages for your application.
$sel:version:DomainDescriptionType'
, domainDescriptionType_version
- The app version.
$sel:s3Bucket:DomainDescriptionType'
, domainDescriptionType_s3Bucket
- The S3 bucket where the static files for this domain are stored.
domainDescriptionType_status :: Lens' DomainDescriptionType (Maybe DomainStatusType) Source #
The domain status.
domainDescriptionType_cloudFrontDistribution :: Lens' DomainDescriptionType (Maybe Text) Source #
The ARN of the CloudFront distribution.
domainDescriptionType_userPoolId :: Lens' DomainDescriptionType (Maybe Text) Source #
The user pool ID.
domainDescriptionType_domain :: Lens' DomainDescriptionType (Maybe Text) Source #
The domain string.
domainDescriptionType_aWSAccountId :: Lens' DomainDescriptionType (Maybe Text) Source #
The account ID for the user pool owner.
domainDescriptionType_customDomainConfig :: Lens' DomainDescriptionType (Maybe CustomDomainConfigType) Source #
The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.
domainDescriptionType_version :: Lens' DomainDescriptionType (Maybe Text) Source #
The app version.
domainDescriptionType_s3Bucket :: Lens' DomainDescriptionType (Maybe Text) Source #
The S3 bucket where the static files for this domain are stored.