interface DomainNameV2Reference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.APIGateway.DomainNameV2Reference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsapigateway#DomainNameV2Reference |
Java | software.amazon.awscdk.interfaces.apigateway.DomainNameV2Reference |
Python | aws_cdk.interfaces.aws_apigateway.DomainNameV2Reference |
TypeScript | aws-cdk-lib » interfaces » aws_apigateway » DomainNameV2Reference |
A reference to a DomainNameV2 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 interfaces_aws_apigateway } from 'aws-cdk-lib/interfaces';
const domainNameV2Reference: interfaces_aws_apigateway.DomainNameV2Reference = {
domainNameArn: 'domainNameArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| domain | string | The DomainNameArn of the DomainNameV2 resource. |
domainNameArn
Type:
string
The DomainNameArn of the DomainNameV2 resource.

.NET
Go
Java
Python
TypeScript