Class GraphQLApiState
Inherited Members
Namespace: Pulumi.Aws.AppSync
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GraphQLApiState : ResourceArgs
Constructors
View SourceGraphQLApiState()
Declaration
public GraphQLApiState()
Properties
View SourceAdditionalAuthenticationProviders
One or more additional authentication providers for the GraphqlApi. Defined below.
Declaration
public InputList<GraphQLApiAdditionalAuthenticationProviderGetArgs> AdditionalAuthenticationProviders { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<GraphQLApiAdditionalAuthenticationProviderGetArgs> |
Arn
The ARN
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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<GraphQLApiLogConfigGetArgs> LogConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<GraphQLApiLogConfigGetArgs> |
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<GraphQLApiOpenidConnectConfigGetArgs> OpenidConnectConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<GraphQLApiOpenidConnectConfigGetArgs> |
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> |
Uris
Map of URIs associated with the API. e.g. uris["GRAPHQL"] = https://ID.appsync-api.REGION.amazonaws.com/graphql
Declaration
public InputMap<string> Uris { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |
UserPoolConfig
The Amazon Cognito User Pool configuration. Defined below.
Declaration
public Input<GraphQLApiUserPoolConfigGetArgs> UserPoolConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<GraphQLApiUserPoolConfigGetArgs> |
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> |