SourceApiAssociationReference

class aws_cdk.aws_appsync.SourceApiAssociationReference(*, association_arn)

Bases: object

A reference to a SourceApiAssociation resource.

Parameters:

association_arn (str) – The AssociationArn of the SourceApiAssociation 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

source_api_association_reference = appsync.SourceApiAssociationReference(
    association_arn="associationArn"
)

Attributes

association_arn

The AssociationArn of the SourceApiAssociation resource.