Class: Aws::CognitoIdentityProvider::Types::DomainDescriptionType

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

A container for information about a domain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The Amazon Web Services ID for the user pool owner.

Returns:

  • (String)


4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4337

class DomainDescriptionType < Struct.new(
  :user_pool_id,
  :aws_account_id,
  :domain,
  :s3_bucket,
  :cloud_front_distribution,
  :version,
  :status,
  :custom_domain_config)
  SENSITIVE = []
  include Aws::Structure
end

#cloud_front_distributionString

The Amazon CloudFront endpoint that you use as the target of the alias that you set up with your Domain Name Service (DNS) provider.

Returns:

  • (String)


4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4337

class DomainDescriptionType < Struct.new(
  :user_pool_id,
  :aws_account_id,
  :domain,
  :s3_bucket,
  :cloud_front_distribution,
  :version,
  :status,
  :custom_domain_config)
  SENSITIVE = []
  include Aws::Structure
end

#custom_domain_configTypes::CustomDomainConfigType

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



4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4337

class DomainDescriptionType < Struct.new(
  :user_pool_id,
  :aws_account_id,
  :domain,
  :s3_bucket,
  :cloud_front_distribution,
  :version,
  :status,
  :custom_domain_config)
  SENSITIVE = []
  include Aws::Structure
end

#domainString

The domain string. For custom domains, this is the fully-qualified domain name, such as ‘auth.example.com`. For Amazon Cognito prefix domains, this is the prefix alone, such as `auth`.

Returns:

  • (String)


4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4337

class DomainDescriptionType < Struct.new(
  :user_pool_id,
  :aws_account_id,
  :domain,
  :s3_bucket,
  :cloud_front_distribution,
  :version,
  :status,
  :custom_domain_config)
  SENSITIVE = []
  include Aws::Structure
end

#s3_bucketString

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

Returns:

  • (String)


4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4337

class DomainDescriptionType < Struct.new(
  :user_pool_id,
  :aws_account_id,
  :domain,
  :s3_bucket,
  :cloud_front_distribution,
  :version,
  :status,
  :custom_domain_config)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The domain status.

Returns:

  • (String)


4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4337

class DomainDescriptionType < Struct.new(
  :user_pool_id,
  :aws_account_id,
  :domain,
  :s3_bucket,
  :cloud_front_distribution,
  :version,
  :status,
  :custom_domain_config)
  SENSITIVE = []
  include Aws::Structure
end

#user_pool_idString

The user pool ID.

Returns:

  • (String)


4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4337

class DomainDescriptionType < Struct.new(
  :user_pool_id,
  :aws_account_id,
  :domain,
  :s3_bucket,
  :cloud_front_distribution,
  :version,
  :status,
  :custom_domain_config)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The app version.

Returns:

  • (String)


4337
4338
4339
4340
4341
4342
4343
4344
4345
4346
4347
4348
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4337

class DomainDescriptionType < Struct.new(
  :user_pool_id,
  :aws_account_id,
  :domain,
  :s3_bucket,
  :cloud_front_distribution,
  :version,
  :status,
  :custom_domain_config)
  SENSITIVE = []
  include Aws::Structure
end