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
Attributes
-
api_id
¶ (deprecated)
AWS::ApiGatewayV2::ApiMapping.ApiId
.- See
- Stability
deprecated
- Return type
str
-
api_mapping_key
¶ (deprecated)
AWS::ApiGatewayV2::ApiMapping.ApiMappingKey
.- See
- Stability
deprecated
- Return type
Optional
[str
]
-
domain_name
¶ (deprecated)
AWS::ApiGatewayV2::ApiMapping.DomainName
.- See
- Stability
deprecated
- Return type
str
-
stage
¶ (deprecated)
AWS::ApiGatewayV2::ApiMapping.Stage
.- See
- Stability
deprecated
- Return type
str