Show / Hide Table of Contents

Class CfnUserPoolDomain.CustomDomainConfigTypeProperty

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

Inheritance
System.Object
CfnUserPoolDomain.CustomDomainConfigTypeProperty
Implements
CfnUserPoolDomain.ICustomDomainConfigTypeProperty
Namespace: Amazon.CDK.AWS.Cognito
Assembly: Amazon.CDK.AWS.Cognito.dll
Syntax (csharp)
public class CustomDomainConfigTypeProperty : Object, CfnUserPoolDomain.ICustomDomainConfigTypeProperty
Syntax (vb)
Public Class CustomDomainConfigTypeProperty
    Inherits Object
    Implements CfnUserPoolDomain.ICustomDomainConfigTypeProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpooldomain-customdomainconfigtype.html

ExampleMetadata: fixture=_generated

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"
};

Synopsis

Constructors

CustomDomainConfigTypeProperty()

Properties

CertificateArn

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

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

System.String

Remarks

You use this certificate for the subdomain of your custom domain.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cognito-userpooldomain-customdomainconfigtype.html#cfn-cognito-userpooldomain-customdomainconfigtype-certificatearn

Implements

CfnUserPoolDomain.ICustomDomainConfigTypeProperty
Back to top Generated by DocFX