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
show all
Defined in:
(unknown)

Overview

A container for information about a domain.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The AWS account ID for the user pool owner.

Returns:

  • (String)

    The AWS account ID for the user pool owner.

#cloud_front_distributionString

The ARN of the CloudFront distribution.

Returns:

  • (String)

    The ARN of the CloudFront distribution.

#custom_domain_configTypes::CustomDomainConfigType

The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.

Returns:

#domainString

The domain string.

Returns:

  • (String)

    The domain string.

#s3_bucketString

The S3 bucket where the static files for this domain are stored.

Returns:

  • (String)

    The S3 bucket where the static files for this domain are stored.

#statusString

The domain status.

Possible values:

  • CREATING
  • DELETING
  • UPDATING
  • ACTIVE
  • FAILED

Returns:

  • (String)

    The domain status.

#user_pool_idString

The user pool ID.

Returns:

  • (String)

    The user pool ID.

#versionString

The app version.

Returns:

  • (String)

    The app version.