interface BasePathMappingV2Reference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.APIGateway.BasePathMappingV2Reference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsapigateway#BasePathMappingV2Reference |
![]() | software.amazon.awscdk.services.apigateway.BasePathMappingV2Reference |
![]() | aws_cdk.aws_apigateway.BasePathMappingV2Reference |
![]() | aws-cdk-lib » 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 apigateway } from 'aws-cdk-lib';
const basePathMappingV2Reference: 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.