BasePathMappingV2Reference

class aws_cdk.aws_apigateway.BasePathMappingV2Reference(*, base_path_mapping_arn)

Bases: object

A reference to a BasePathMappingV2 resource.

Parameters:

base_path_mapping_arn (str) – The BasePathMappingArn of the BasePathMappingV2 resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_apigateway as apigateway

base_path_mapping_v2_reference = apigateway.BasePathMappingV2Reference(
    base_path_mapping_arn="basePathMappingArn"
)

Attributes

base_path_mapping_arn

The BasePathMappingArn of the BasePathMappingV2 resource.