interface DomainNameAccessAssociationReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.APIGateway.DomainNameAccessAssociationReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsapigateway#DomainNameAccessAssociationReference |
Java | software.amazon.awscdk.services.apigateway.DomainNameAccessAssociationReference |
Python | aws_cdk.aws_apigateway.DomainNameAccessAssociationReference |
TypeScript | 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.

.NET
Go
Java
Python
TypeScript