Class GraphQLApiArgs
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GraphQLApiArgs : ResourceArgs
Constructors
View SourceGraphQLApiArgs()
Declaration
public GraphQLApiArgs()
Properties
View SourceAdditionalAuthenticationProviders
One or more additional authentication providers for the GraphqlApi. Defined below.
Declaration
public InputList<GraphQLApiAdditionalAuthenticationProviderArgs> AdditionalAuthenticationProviders { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<GraphQLApiAdditionalAuthenticationProviderArgs> |
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> |
LogConfig
Nested argument containing logging configuration. Defined below.
Declaration
public Input<GraphQLApiLogConfigArgs> LogConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<GraphQLApiLogConfigArgs> |
Name
A user-supplied name for the GraphqlApi.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OpenidConnectConfig
Nested argument containing OpenID Connect configuration. Defined below.
Declaration
public Input<GraphQLApiOpenidConnectConfigArgs> OpenidConnectConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<GraphQLApiOpenidConnectConfigArgs> |
Schema
The schema definition, in GraphQL schema language format. This provider cannot perform drift detection of this configuration.
Declaration
public Input<string> Schema { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A map of tags to assign to the resource.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
UserPoolConfig
The Amazon Cognito User Pool configuration. Defined below.
Declaration
public Input<GraphQLApiUserPoolConfigArgs> UserPoolConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<GraphQLApiUserPoolConfigArgs> |
XrayEnabled
Whether tracing with X-ray is enabled. Defaults to false.
Declaration
public Input<bool> XrayEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |