Class GraphQLApiAdditionalAuthenticationProviderUserPoolConfigGetArgs
Inheritance
System.Object
GraphQLApiAdditionalAuthenticationProviderUserPoolConfigGetArgs
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.AppSync.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GraphQLApiAdditionalAuthenticationProviderUserPoolConfigGetArgs : ResourceArgs
Constructors
View SourceGraphQLApiAdditionalAuthenticationProviderUserPoolConfigGetArgs()
Declaration
public GraphQLApiAdditionalAuthenticationProviderUserPoolConfigGetArgs()
Properties
View SourceAppIdClientRegex
A regular expression for validating the incoming Amazon Cognito User Pool app client ID.
Declaration
public Input<string> AppIdClientRegex { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AwsRegion
The AWS region in which the user pool was created.
Declaration
public Input<string> AwsRegion { 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> |