interface CustomDomainConfigTypeProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Cognito.CfnUserPoolDomainPropsMixin.CustomDomainConfigTypeProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscognito#CfnUserPoolDomainPropsMixin_CustomDomainConfigTypeProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.cognito.CfnUserPoolDomainPropsMixin.CustomDomainConfigTypeProperty |
Python | aws_cdk.cfn_property_mixins.aws_cognito.CfnUserPoolDomainPropsMixin.CustomDomainConfigTypeProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_cognito » CfnUserPoolDomainPropsMixin » CustomDomainConfigTypeProperty |
The configuration for a hosted UI custom domain.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_cognito as cognito } from '@aws-cdk/cfn-property-mixins';
const customDomainConfigTypeProperty: cognito.CfnUserPoolDomainPropsMixin.CustomDomainConfigTypeProperty = {
certificateArn: 'certificateArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| certificate | string | The Amazon Resource Name (ARN) of an Certificate Manager SSL certificate. |
certificateArn?
Type:
string
(optional)
The Amazon Resource Name (ARN) of an Certificate Manager SSL certificate.
You use this certificate for the subdomain of your custom domain.

.NET
Go
Java
Python
TypeScript