interface SourceApiAssociationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.AppSync.SourceApiAssociationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsappsync#SourceApiAssociationReference |
Java | software.amazon.awscdk.interfaces.appsync.SourceApiAssociationReference |
Python | aws_cdk.interfaces.aws_appsync.SourceApiAssociationReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_appsync } from 'aws-cdk-lib/interfaces';
const sourceApiAssociationReference: interfaces_aws_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.

.NET
Go
Java
Python
TypeScript