UserPoolDomain

class UserPoolDomain : KotlinCustomResource

Resource Type definition for AWS::Cognito::UserPoolDomain

Properties

Link copied to clipboard
val awsId: Output<String>

The resource ID.

Link copied to clipboard

The Amazon CloudFront endpoint that you use as the target of the alias that you set up with your Domain Name Service (DNS) provider.

Link copied to clipboard

The configuration for a custom domain that hosts the sign-up and sign-in pages for your application. Use this object to specify an SSL certificate that is managed by ACM.

Link copied to clipboard
val domain: Output<String>

The domain name for the domain that hosts the sign-up and sign-in pages for your application. For example: auth.example.com . If you're using a prefix domain, this field denotes the first part of the domain before .auth.[region].amazoncognito.com . This string can include only lowercase letters, numbers, and hyphens. Don't use a hyphen for the first or last character. Use periods to separate subdomain names.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val userPoolId: Output<String>

The user pool ID for the user pool where you want to associate a user pool domain.