GraphQLSchemaReference

class aws_cdk.aws_appsync.GraphQLSchemaReference(*, graph_ql_schema_id)

Bases: object

A reference to a GraphQLSchema resource.

Parameters:

graph_ql_schema_id (str) – The Id of the GraphQLSchema 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 import aws_appsync as appsync

graph_qLSchema_reference = appsync.GraphQLSchemaReference(
    graph_ql_schema_id="graphQlSchemaId"
)

Attributes

graph_ql_schema_id

The Id of the GraphQLSchema resource.