Show / Hide Table of Contents

Class GraphQLApiState

Inheritance
System.Object
InputArgs
ResourceArgs
GraphQLApiState
Inherited Members
ResourceArgs.Empty
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 GraphQLApiState : ResourceArgs

Constructors

View Source

GraphQLApiState()

Declaration
public GraphQLApiState()

Properties

View Source

AdditionalAuthenticationProviders

One or more additional authentication providers for the GraphqlApi. Defined below.

Declaration
public InputList<GraphQLApiAdditionalAuthenticationProviderGetArgs> AdditionalAuthenticationProviders { get; set; }
Property Value
Type Description
InputList<GraphQLApiAdditionalAuthenticationProviderGetArgs>
View Source

Arn

The ARN

Declaration
public Input<string> Arn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

LogConfig

Nested argument containing logging configuration. Defined below.

Declaration
public Input<GraphQLApiLogConfigGetArgs> LogConfig { get; set; }
Property Value
Type Description
Input<GraphQLApiLogConfigGetArgs>
View Source

Name

A user-supplied name for the GraphqlApi.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

OpenidConnectConfig

Nested argument containing OpenID Connect configuration. Defined below.

Declaration
public Input<GraphQLApiOpenidConnectConfigGetArgs> OpenidConnectConfig { get; set; }
Property Value
Type Description
Input<GraphQLApiOpenidConnectConfigGetArgs>
View Source

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>
View Source

Tags

A map of tags to assign to the resource.

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

Uris

Map of URIs associated with the API. e.g. uris[&quot;GRAPHQL&quot;] = https://ID.appsync-api.REGION.amazonaws.com/graphql

Declaration
public InputMap<string> Uris { get; set; }
Property Value
Type Description
InputMap<System.String>
View Source

UserPoolConfig

The Amazon Cognito User Pool configuration. Defined below.

Declaration
public Input<GraphQLApiUserPoolConfigGetArgs> UserPoolConfig { get; set; }
Property Value
Type Description
Input<GraphQLApiUserPoolConfigGetArgs>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.