interface CustomDomainConfigTypeProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Cognito.CfnUserPoolDomain.CustomDomainConfigTypeProperty |
![]() | software.amazon.awscdk.services.cognito.CfnUserPoolDomain.CustomDomainConfigTypeProperty |
![]() | aws_cdk.aws_cognito.CfnUserPoolDomain.CustomDomainConfigTypeProperty |
![]() | @aws-cdk/aws-cognito » CfnUserPoolDomain » CustomDomainConfigTypeProperty |
The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as cognito from '@aws-cdk/aws-cognito';
const customDomainConfigTypeProperty: cognito.CfnUserPoolDomain.CustomDomainConfigTypeProperty = {
certificateArn: 'certificateArn',
};
Properties
Name | Type | Description |
---|---|---|
certificate | string | The Amazon Resource Name (ARN) of an AWS Certificate Manager SSL certificate. |
certificateArn?
Type:
string
(optional)
The Amazon Resource Name (ARN) of an AWS Certificate Manager SSL certificate.
You use this certificate for the subdomain of your custom domain.