Show / Hide Table of Contents

Class GraphQLApiUserPoolConfig

Inheritance
System.Object
GraphQLApiUserPoolConfig
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GraphQLApiUserPoolConfig

Fields

View Source

AppIdClientRegex

A regular expression for validating the incoming Amazon Cognito User Pool app client ID.

Declaration
public readonly string AppIdClientRegex
Field Value
Type Description
System.String
View Source

AwsRegion

The AWS region in which the user pool was created.

Declaration
public readonly string AwsRegion
Field Value
Type Description
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 readonly string DefaultAction
Field Value
Type Description
System.String
View Source

UserPoolId

The user pool ID.

Declaration
public readonly string UserPoolId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.