ApiMappingAttributes¶
-
class
aws_cdk.aws_apigatewayv2.
ApiMappingAttributes
(*, api_mapping_id)¶ Bases:
object
(experimental) The attributes used to import existing ApiMapping.
- Parameters
api_mapping_id (
str
) – (experimental) The API mapping ID.- Stability
experimental
- ExampleMetadata
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_apigatewayv2 as apigatewayv2 api_mapping_attributes = apigatewayv2.ApiMappingAttributes( api_mapping_id="apiMappingId" )
Attributes
-
api_mapping_id
¶ (experimental) The API mapping ID.
- Stability
experimental
- Return type
str