Class UserPoolDomainState
Inherited Members
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 SourceUserPoolDomainState()
Declaration
public UserPoolDomainState()
Properties
View SourceAwsAccountId
The AWS account ID for the user pool owner.
Declaration
public Input<string> AwsAccountId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
CloudfrontDistributionArn
The ARN of the CloudFront distribution.
Declaration
public Input<string> CloudfrontDistributionArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Domain
The domain string.
Declaration
public Input<string> Domain { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
UserPoolId
The user pool ID.
Declaration
public Input<string> UserPoolId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Version
The app version.
Declaration
public Input<string> Version { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |