Show / Hide Table of Contents

Class GraphQLApiAdditionalAuthenticationProviderUserPoolConfigArgs

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

Constructors

View Source

GraphQLApiAdditionalAuthenticationProviderUserPoolConfigArgs()

Declaration
public GraphQLApiAdditionalAuthenticationProviderUserPoolConfigArgs()

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

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.