Show / Hide Table of Contents

Class GraphQLApiAdditionalAuthenticationProviderArgs

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

Constructors

View Source

GraphQLApiAdditionalAuthenticationProviderArgs()

Declaration
public GraphQLApiAdditionalAuthenticationProviderArgs()

Properties

View Source

AuthenticationType

The authentication type. Valid values: API_KEY, AWS_IAM, AMAZON_COGNITO_USER_POOLS, OPENID_CONNECT

Declaration
public Input<string> AuthenticationType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

OpenidConnectConfig

Nested argument containing OpenID Connect configuration. Defined below.

Declaration
public Input<GraphQLApiAdditionalAuthenticationProviderOpenidConnectConfigArgs> OpenidConnectConfig { get; set; }
Property Value
Type Description
Input<GraphQLApiAdditionalAuthenticationProviderOpenidConnectConfigArgs>
View Source

UserPoolConfig

The Amazon Cognito User Pool configuration. Defined below.

Declaration
public Input<GraphQLApiAdditionalAuthenticationProviderUserPoolConfigArgs> UserPoolConfig { get; set; }
Property Value
Type Description
Input<GraphQLApiAdditionalAuthenticationProviderUserPoolConfigArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.