Show / Hide Table of Contents

Class GraphQLApiArgs

Inheritance
System.Object
InputArgs
ResourceArgs
GraphQLApiArgs
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 GraphQLApiArgs : ResourceArgs

Constructors

View Source

GraphQLApiArgs()

Declaration
public GraphQLApiArgs()

Properties

View Source

AdditionalAuthenticationProviders

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

Declaration
public InputList<GraphQLApiAdditionalAuthenticationProviderArgs> AdditionalAuthenticationProviders { get; set; }
Property Value
Type Description
InputList<GraphQLApiAdditionalAuthenticationProviderArgs>
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<GraphQLApiLogConfigArgs> LogConfig { get; set; }
Property Value
Type Description
Input<GraphQLApiLogConfigArgs>
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<GraphQLApiOpenidConnectConfigArgs> OpenidConnectConfig { get; set; }
Property Value
Type Description
Input<GraphQLApiOpenidConnectConfigArgs>
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

UserPoolConfig

The Amazon Cognito User Pool configuration. Defined below.

Declaration
public Input<GraphQLApiUserPoolConfigArgs> UserPoolConfig { get; set; }
Property Value
Type Description
Input<GraphQLApiUserPoolConfigArgs>
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.