ApiReference
- class aws_cdk.interfaces.aws_appsync.ApiReference(*, api_arn)
Bases:
objectA 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.interfaces import aws_appsync as interfaces_aws_appsync api_reference = interfaces_aws_appsync.ApiReference( api_arn="apiArn" )
Attributes
- api_arn
The ApiArn of the Api resource.