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 SourceAuthenticationType
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 |
OpenidConnectConfig
Nested argument containing OpenID Connect configuration. Defined below.
Declaration
public readonly GraphQLApiAdditionalAuthenticationProviderOpenidConnectConfig OpenidConnectConfig
Field Value
| Type | Description |
|---|---|
| GraphQLApiAdditionalAuthenticationProviderOpenidConnectConfig |
UserPoolConfig
The Amazon Cognito User Pool configuration. Defined below.
Declaration
public readonly GraphQLApiAdditionalAuthenticationProviderUserPoolConfig UserPoolConfig
Field Value
| Type | Description |
|---|---|
| GraphQLApiAdditionalAuthenticationProviderUserPoolConfig |