Show / Hide Table of Contents

Class UserPoolDomainArgs

Inheritance
System.Object
InputArgs
ResourceArgs
UserPoolDomainArgs
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 UserPoolDomainArgs : ResourceArgs

Constructors

View Source

UserPoolDomainArgs()

Declaration
public UserPoolDomainArgs()

Properties

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

Domain

The domain string.

Declaration
public Input<string> Domain { 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
Back to top Copyright 2016-2020, Pulumi Corporation.