Class CfnUserPoolDomain.CustomDomainConfigTypeProperty
The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.
public class CfnUserPoolDomain.CustomDomainConfigTypeProperty : CfnUserPoolDomain.ICustomDomainConfigTypeProperty
- Inheritance
-
CfnUserPoolDomain.CustomDomainConfigTypeProperty
- Implements
- Inherited Members
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Cognito;
var customDomainConfigTypeProperty = new CustomDomainConfigTypeProperty {
CertificateArn = "certificateArn"
};
Remarks
ExampleMetadata: fixture=_generated
Constructors
CustomDomainConfigTypeProperty()
public CustomDomainConfigTypeProperty()
Properties
CertificateArn
The Amazon Resource Name (ARN) of an AWS Certificate Manager SSL certificate.
public string? CertificateArn { get; set; }
Property Value
Remarks
You use this certificate for the subdomain of your custom domain.