CfnApiMappingV2Props
- class aws_cdk.aws_apigateway.CfnApiMappingV2Props(*, api_id, domain_name, stage, api_mapping_key=None)
Bases:
object(deprecated) Properties for defining a
AWS::ApiGatewayV2::ApiMapping.- Parameters:
api_id (
str) – (deprecated)AWS::ApiGatewayV2::ApiMapping.ApiId.domain_name (
str) – (deprecated)AWS::ApiGatewayV2::ApiMapping.DomainName.stage (
str) – (deprecated)AWS::ApiGatewayV2::ApiMapping.Stage.api_mapping_key (
Optional[str]) – (deprecated)AWS::ApiGatewayV2::ApiMapping.ApiMappingKey.
- Deprecated:
moved to package aws-apigatewayv2
- See:
- Stability:
deprecated
- 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_apigateway as apigateway cfn_api_mapping_v2_props = apigateway.CfnApiMappingV2Props( api_id="apiId", domain_name="domainName", stage="stage", # the properties below are optional api_mapping_key="apiMappingKey" )
Attributes
- api_id
(deprecated)
AWS::ApiGatewayV2::ApiMapping.ApiId.
- api_mapping_key
(deprecated)
AWS::ApiGatewayV2::ApiMapping.ApiMappingKey.
- domain_name
(deprecated)
AWS::ApiGatewayV2::ApiMapping.DomainName.
- stage
(deprecated)
AWS::ApiGatewayV2::ApiMapping.Stage.