Class: Aws::CognitoIdentityProvider::Types::CustomDomainConfigType
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::CustomDomainConfigType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
The configuration for a hosted UI custom domain.
This data type is a request parameter of [CreateUserPoolDomain] and [UpdateUserPoolDomain].
[1]: docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_CreateUserPoolDomain.html [2]: docs.aws.amazon.com/cognito-user-identity-pools/latest/APIReference/API_UpdateUserPoolDomain.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_arn ⇒ String
The Amazon Resource Name (ARN) of an Certificate Manager SSL certificate.
Instance Attribute Details
#certificate_arn ⇒ String
The Amazon Resource Name (ARN) of an Certificate Manager SSL certificate. You use this certificate for the subdomain of your custom domain.
4740 4741 4742 4743 4744 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4740 class CustomDomainConfigType < Struct.new( :certificate_arn) SENSITIVE = [] include Aws::Structure end |