You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::CognitoIdentityProvider::Types::DomainDescriptionType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::DomainDescriptionType
- Defined in:
- (unknown)
Overview
A container for information about a domain.
Returned by:
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The AWS account ID for the user pool owner.
-
#cloud_front_distribution ⇒ String
The ARN of the CloudFront distribution.
-
#custom_domain_config ⇒ Types::CustomDomainConfigType
The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.
-
#domain ⇒ String
The domain string.
-
#s3_bucket ⇒ String
The S3 bucket where the static files for this domain are stored.
-
#status ⇒ String
The domain status.
-
#user_pool_id ⇒ String
The user pool ID.
-
#version ⇒ String
The app version.
Instance Attribute Details
#aws_account_id ⇒ String
The AWS account ID for the user pool owner.
#cloud_front_distribution ⇒ String
The ARN of the CloudFront distribution.
#custom_domain_config ⇒ Types::CustomDomainConfigType
The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.
#domain ⇒ String
The domain string.
#s3_bucket ⇒ String
The S3 bucket where the static files for this domain are stored.
#status ⇒ String
The domain status.
Possible values:
- CREATING
- DELETING
- UPDATING
- ACTIVE
- FAILED
#user_pool_id ⇒ String
The user pool ID.
#version ⇒ String
The app version.