Show / Hide Table of Contents

Interface CfnGraphQLApiProps

Properties for defining a AWS::AppSync::GraphQLApi.

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html

Synopsis

Properties

additionalAuthenticationProviders

AWS::AppSync::GraphQLApi.AdditionalAuthenticationProviders.

authenticationType

AWS::AppSync::GraphQLApi.AuthenticationType.

logConfig

AWS::AppSync::GraphQLApi.LogConfig.

name

AWS::AppSync::GraphQLApi.Name.

openIdConnectConfig

AWS::AppSync::GraphQLApi.OpenIDConnectConfig.

tags

AWS::AppSync::GraphQLApi.Tags.

userPoolConfig

AWS::AppSync::GraphQLApi.UserPoolConfig.

xrayEnabled

AWS::AppSync::GraphQLApi.XrayEnabled.

Properties

additionalAuthenticationProviders

AWS::AppSync::GraphQLApi.AdditionalAuthenticationProviders.

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-additionalauthenticationproviders

Declaration
readonly additionalAuthenticationProviders?: Array<CfnGraphQLApi.AdditionalAuthenticationProviderProperty | cdk.IResolvable> | cdk.IResolvable | cdk.IResolvable;
Property Value

Array<CfnGraphQLApi.AdditionalAuthenticationProviderProperty | cdk.IResolvable> | cdk.IResolvable | cdk.IResolvable

authenticationType

AWS::AppSync::GraphQLApi.AuthenticationType.

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-authenticationtype

Declaration
readonly authenticationType: string;
Property Value

string

logConfig

AWS::AppSync::GraphQLApi.LogConfig.

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-logconfig

Declaration
readonly logConfig?: CfnGraphQLApi.LogConfigProperty | cdk.IResolvable;
Property Value

CfnGraphQLApi.LogConfigProperty | cdk.IResolvable

name

AWS::AppSync::GraphQLApi.Name.

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-name

Declaration
readonly name: string;
Property Value

string

openIdConnectConfig

AWS::AppSync::GraphQLApi.OpenIDConnectConfig.

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-openidconnectconfig

Declaration
readonly openIdConnectConfig?: CfnGraphQLApi.OpenIDConnectConfigProperty | cdk.IResolvable;
Property Value

CfnGraphQLApi.OpenIDConnectConfigProperty | cdk.IResolvable

tags

AWS::AppSync::GraphQLApi.Tags.

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-tags

Declaration
readonly tags?: Array<cdk.CfnTag | cdk.IResolvable> | cdk.IResolvable;
Property Value

Array<cdk.CfnTag | cdk.IResolvable> | cdk.IResolvable

userPoolConfig

AWS::AppSync::GraphQLApi.UserPoolConfig.

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-userpoolconfig

Declaration
readonly userPoolConfig?: CfnGraphQLApi.UserPoolConfigProperty | cdk.IResolvable;
Property Value

CfnGraphQLApi.UserPoolConfigProperty | cdk.IResolvable

xrayEnabled

AWS::AppSync::GraphQLApi.XrayEnabled.

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-appsync-graphqlapi.html#cfn-appsync-graphqlapi-xrayenabled

Declaration
readonly xrayEnabled?: boolean | cdk.IResolvable;
Property Value

boolean | cdk.IResolvable

Back to top Generated by DocFX