Table of Contents

Class CfnUserPoolDomain.CustomDomainConfigTypeProperty

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 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

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

string

Remarks