CfnDeploymentV2Props¶
-
class
aws_cdk.aws_apigateway.
CfnDeploymentV2Props
(*, api_id, description=None, stage_name=None)¶ Bases:
object
(deprecated) Properties for defining a
AWS::ApiGatewayV2::Deployment
.- Parameters
api_id (
str
) – (deprecated)AWS::ApiGatewayV2::Deployment.ApiId
.description (
Optional
[str
]) – (deprecated)AWS::ApiGatewayV2::Deployment.Description
.stage_name (
Optional
[str
]) – (deprecated)AWS::ApiGatewayV2::Deployment.StageName
.
- Deprecated
moved to package aws-apigatewayv2
- See
- Stability
deprecated
Attributes
-
api_id
¶ (deprecated)
AWS::ApiGatewayV2::Deployment.ApiId
.- See
- Stability
deprecated
- Return type
str
-
description
¶ (deprecated)
AWS::ApiGatewayV2::Deployment.Description
.- See
- Stability
deprecated
- Return type
Optional
[str
]
-
stage_name
¶ (deprecated)
AWS::ApiGatewayV2::Deployment.StageName
.- See
- Stability
deprecated
- Return type
Optional
[str
]