ApiReference

class aws_cdk.aws_appsync.ApiReference(*, api_arn)

Bases: object

A reference to a Api resource.

Parameters:

api_arn (str) – The ApiArn of the Api 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

api_reference = appsync.ApiReference(
    api_arn="apiArn"
)

Attributes

api_arn

The ApiArn of the Api resource.