CfnStageV2Props¶
-
class
aws_cdk.aws_apigateway.
CfnStageV2Props
(*, api_id, stage_name, access_log_settings=None, auto_deploy=None, client_certificate_id=None, default_route_settings=None, deployment_id=None, description=None, route_settings=None, stage_variables=None, tags=None)¶ Bases:
object
(deprecated) Properties for defining a
AWS::ApiGatewayV2::Stage
.- Parameters
api_id (
str
) – (deprecated)AWS::ApiGatewayV2::Stage.ApiId
.stage_name (
str
) – (deprecated)AWS::ApiGatewayV2::Stage.StageName
.access_log_settings (
Union
[IResolvable
,AccessLogSettingsProperty
,None
]) – (deprecated)AWS::ApiGatewayV2::Stage.AccessLogSettings
.auto_deploy (
Union
[bool
,IResolvable
,None
]) – (deprecated)AWS::ApiGatewayV2::Stage.AutoDeploy
.client_certificate_id (
Optional
[str
]) – (deprecated)AWS::ApiGatewayV2::Stage.ClientCertificateId
.default_route_settings (
Union
[IResolvable
,RouteSettingsProperty
,None
]) – (deprecated)AWS::ApiGatewayV2::Stage.DefaultRouteSettings
.deployment_id (
Optional
[str
]) – (deprecated)AWS::ApiGatewayV2::Stage.DeploymentId
.description (
Optional
[str
]) – (deprecated)AWS::ApiGatewayV2::Stage.Description
.route_settings (
Optional
[Any
]) – (deprecated)AWS::ApiGatewayV2::Stage.RouteSettings
.stage_variables (
Optional
[Any
]) – (deprecated)AWS::ApiGatewayV2::Stage.StageVariables
.tags (
Optional
[Any
]) – (deprecated)AWS::ApiGatewayV2::Stage.Tags
.
- Deprecated
moved to package aws-apigatewayv2
- See
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html
- Stability
deprecated
Attributes
-
access_log_settings
¶ (deprecated)
AWS::ApiGatewayV2::Stage.AccessLogSettings
.- See
- Stability
deprecated
- Return type
Union
[IResolvable
,AccessLogSettingsProperty
,None
]
-
api_id
¶ (deprecated)
AWS::ApiGatewayV2::Stage.ApiId
.- See
- Stability
deprecated
- Return type
str
-
auto_deploy
¶ (deprecated)
AWS::ApiGatewayV2::Stage.AutoDeploy
.- See
- Stability
deprecated
- Return type
Union
[bool
,IResolvable
,None
]
-
client_certificate_id
¶ (deprecated)
AWS::ApiGatewayV2::Stage.ClientCertificateId
.- See
- Stability
deprecated
- Return type
Optional
[str
]
-
default_route_settings
¶ (deprecated)
AWS::ApiGatewayV2::Stage.DefaultRouteSettings
.- See
- Stability
deprecated
- Return type
Union
[IResolvable
,RouteSettingsProperty
,None
]
-
deployment_id
¶ (deprecated)
AWS::ApiGatewayV2::Stage.DeploymentId
.- See
- Stability
deprecated
- Return type
Optional
[str
]
-
description
¶ (deprecated)
AWS::ApiGatewayV2::Stage.Description
.- See
- Stability
deprecated
- Return type
Optional
[str
]
-
route_settings
¶ (deprecated)
AWS::ApiGatewayV2::Stage.RouteSettings
.- See
- Stability
deprecated
- Return type
Any
-
stage_name
¶ (deprecated)
AWS::ApiGatewayV2::Stage.StageName
.- See
- Stability
deprecated
- Return type
str
-
stage_variables
¶ (deprecated)
AWS::ApiGatewayV2::Stage.StageVariables
.- See
- Stability
deprecated
- Return type
Any
(deprecated)
AWS::ApiGatewayV2::Stage.Tags
.- See
- Stability
deprecated
- Return type
Any