Class GraphQLApiUserPoolConfigGetArgs
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 GraphQLApiUserPoolConfigGetArgs : ResourceArgs
Constructors
View SourceGraphQLApiUserPoolConfigGetArgs()
Declaration
public GraphQLApiUserPoolConfigGetArgs()
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> |
DefaultAction
The action that you want your GraphQL API to take when a request that uses Amazon Cognito User Pool authentication doesn't match the Amazon Cognito User Pool configuration. Valid: ALLOW and DENY
Declaration
public Input<string> DefaultAction { 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> |