interface SourceApiAssociationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppSync.SourceApiAssociationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappsync#SourceApiAssociationReference |
![]() | software.amazon.awscdk.services.appsync.SourceApiAssociationReference |
![]() | aws_cdk.aws_appsync.SourceApiAssociationReference |
![]() | aws-cdk-lib » aws_appsync » SourceApiAssociationReference |
A reference to a SourceApiAssociation resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appsync as appsync } from 'aws-cdk-lib';
const sourceApiAssociationReference: appsync.SourceApiAssociationReference = {
associationArn: 'associationArn',
};
Properties
Name | Type | Description |
---|---|---|
association | string | The AssociationArn of the SourceApiAssociation resource. |
associationArn
Type:
string
The AssociationArn of the SourceApiAssociation resource.