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

.NET
Go
Java
Python
TypeScript