Show / Hide Table of Contents

Class UserPoolDomainState

Inheritance
System.Object
InputArgs
ResourceArgs
UserPoolDomainState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Cognito
Assembly: Pulumi.Aws.dll
Syntax
public sealed class UserPoolDomainState : ResourceArgs

Constructors

View Source

UserPoolDomainState()

Declaration
public UserPoolDomainState()

Properties

View Source

AwsAccountId

The AWS account ID for the user pool owner.

Declaration
public Input<string> AwsAccountId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

CertificateArn

The ARN of an ISSUED ACM certificate in us-east-1 for a custom domain.

Declaration
public Input<string> CertificateArn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

CloudfrontDistributionArn

The ARN of the CloudFront distribution.

Declaration
public Input<string> CloudfrontDistributionArn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Domain

The domain string.

Declaration
public Input<string> Domain { get; set; }
Property Value
Type Description
Input<System.String>
View Source

S3Bucket

The S3 bucket where the static files for this domain are stored.

Declaration
public Input<string> S3Bucket { get; set; }
Property Value
Type Description
Input<System.String>
View Source

UserPoolId

The user pool ID.

Declaration
public Input<string> UserPoolId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Version

The app version.

Declaration
public Input<string> Version { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.