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

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

Overview

A container for information about the user pool domain associated with the hosted UI and OAuth endpoints.

This data type is a response parameter of DescribeUserPoolDomain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aws_account_idString

The Amazon Web Services account that you created the user pool in.

Returns:

  • (String)


5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5253

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

#cloud_front_distributionString

The Amazon CloudFront endpoint that hosts your custom domain.

Returns:

  • (String)


5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5253

class DomainDescriptionType < Struct.new(
  :user_pool_id,
  :aws_account_id,
  :domain,
  :s3_bucket,
  :cloud_front_distribution,
  :version,
  :status,
  :custom_domain_config,
  :managed_login_version)
  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.



5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5253

class DomainDescriptionType < Struct.new(
  :user_pool_id,
  :aws_account_id,
  :domain,
  :s3_bucket,
  :cloud_front_distribution,
  :version,
  :status,
  :custom_domain_config,
  :managed_login_version)
  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)


5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5253

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

#managed_login_versionInteger

The version of managed login branding that you want to apply to your domain. A value of 1 indicates hosted UI (classic) branding and a version of 2 indicates managed login branding.

Managed login requires that your user pool be configured for any feature plan other than Lite.

Returns:

  • (Integer)


5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5253

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

#s3_bucketString

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

Returns:

  • (String)


5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5253

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

#statusString

The domain status.

Returns:

  • (String)


5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5253

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

#user_pool_idString

The ID of the user pool that the domain is attached to.

Returns:

  • (String)


5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5253

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

#versionString

The app version.

Returns:

  • (String)


5253
5254
5255
5256
5257
5258
5259
5260
5261
5262
5263
5264
5265
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5253

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