interface DomainNameApiAssociationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppSync.DomainNameApiAssociationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappsync#DomainNameApiAssociationReference |
![]() | software.amazon.awscdk.services.appsync.DomainNameApiAssociationReference |
![]() | aws_cdk.aws_appsync.DomainNameApiAssociationReference |
![]() | aws-cdk-lib » aws_appsync » DomainNameApiAssociationReference |
A reference to a DomainNameApiAssociation 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 domainNameApiAssociationReference: appsync.DomainNameApiAssociationReference = {
apiAssociationIdentifier: 'apiAssociationIdentifier',
};
Properties
Name | Type | Description |
---|---|---|
api | string | The ApiAssociationIdentifier of the DomainNameApiAssociation resource. |
apiAssociationIdentifier
Type:
string
The ApiAssociationIdentifier of the DomainNameApiAssociation resource.