Show / Hide Table of Contents

Class GraphQLApiAdditionalAuthenticationProvider

Inheritance
System.Object
GraphQLApiAdditionalAuthenticationProvider
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 GraphQLApiAdditionalAuthenticationProvider

Fields

View Source

AuthenticationType

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

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

OpenidConnectConfig

Nested argument containing OpenID Connect configuration. Defined below.

Declaration
public readonly GraphQLApiAdditionalAuthenticationProviderOpenidConnectConfig OpenidConnectConfig
Field Value
Type Description
GraphQLApiAdditionalAuthenticationProviderOpenidConnectConfig
View Source

UserPoolConfig

The Amazon Cognito User Pool configuration. Defined below.

Declaration
public readonly GraphQLApiAdditionalAuthenticationProviderUserPoolConfig UserPoolConfig
Field Value
Type Description
GraphQLApiAdditionalAuthenticationProviderUserPoolConfig
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.