GraphQLApiReference

class aws_cdk.interfaces.aws_appsync.GraphQLApiReference(*, graph_ql_api_arn)

Bases: object

A reference to a GraphQLApi resource.

Parameters:

graph_ql_api_arn (str) – The Arn of the GraphQLApi resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.interfaces import aws_appsync as interfaces_appsync

graph_qLApi_reference = interfaces_appsync.GraphQLApiReference(
    graph_ql_api_arn="graphQlApiArn"
)

Attributes

graph_ql_api_arn

The Arn of the GraphQLApi resource.