DomainNameApiAssociationReference
- class aws_cdk.aws_appsync.DomainNameApiAssociationReference(*, api_association_identifier)
Bases:
object
A reference to a DomainNameApiAssociation resource.
- Parameters:
api_association_identifier (
str
) – The ApiAssociationIdentifier of the DomainNameApiAssociation 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 domain_name_api_association_reference = appsync.DomainNameApiAssociationReference( api_association_identifier="apiAssociationIdentifier" )
Attributes
- api_association_identifier
The ApiAssociationIdentifier of the DomainNameApiAssociation resource.