Show / Hide Table of Contents

Class GraphQLApiUserPoolConfigGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
GraphQLApiUserPoolConfigGetArgs
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.AppSync.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GraphQLApiUserPoolConfigGetArgs : ResourceArgs

Constructors

View Source

GraphQLApiUserPoolConfigGetArgs()

Declaration
public GraphQLApiUserPoolConfigGetArgs()

Properties

View Source

AppIdClientRegex

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>
View Source

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>
View Source

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>
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.