interface DomainNameAccessAssociationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.APIGateway.DomainNameAccessAssociationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsapigateway#DomainNameAccessAssociationReference |
![]() | software.amazon.awscdk.services.apigateway.DomainNameAccessAssociationReference |
![]() | aws_cdk.aws_apigateway.DomainNameAccessAssociationReference |
![]() | aws-cdk-lib » aws_apigateway » DomainNameAccessAssociationReference |
A reference to a DomainNameAccessAssociation resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_apigateway as apigateway } from 'aws-cdk-lib';
const domainNameAccessAssociationReference: apigateway.DomainNameAccessAssociationReference = {
domainNameAccessAssociationArn: 'domainNameAccessAssociationArn',
};
Properties
Name | Type | Description |
---|---|---|
domain | string | The DomainNameAccessAssociationArn of the DomainNameAccessAssociation resource. |
domainNameAccessAssociationArn
Type:
string
The DomainNameAccessAssociationArn of the DomainNameAccessAssociation resource.