Class GraphQLApiAdditionalAuthenticationProviderGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GraphQLApiAdditionalAuthenticationProviderGetArgs : ResourceArgs
Constructors
View SourceGraphQLApiAdditionalAuthenticationProviderGetArgs()
Declaration
public GraphQLApiAdditionalAuthenticationProviderGetArgs()
Properties
View SourceAuthenticationType
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> |
OpenidConnectConfig
Nested argument containing OpenID Connect configuration. Defined below.
Declaration
public Input<GraphQLApiAdditionalAuthenticationProviderOpenidConnectConfigGetArgs> OpenidConnectConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<GraphQLApiAdditionalAuthenticationProviderOpenidConnectConfigGetArgs> |
UserPoolConfig
The Amazon Cognito User Pool configuration. Defined below.
Declaration
public Input<GraphQLApiAdditionalAuthenticationProviderUserPoolConfigGetArgs> UserPoolConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<GraphQLApiAdditionalAuthenticationProviderUserPoolConfigGetArgs> |