Table of Contents

Interface CfnUserPoolDomain.ICustomDomainConfigTypeProperty

Namespace
Amazon.CDK.AWS.Cognito
Assembly
Amazon.CDK.AWS.Cognito.dll

The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.

public interface CfnUserPoolDomain.ICustomDomainConfigTypeProperty

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

Properties

CertificateArn

The Amazon Resource Name (ARN) of an AWS Certificate Manager SSL certificate.

string? CertificateArn { get; }

Property Value

string

Remarks