Bases: object
(deprecated) Properties for defining a AWS::ApiGatewayV2::Stage
.
api_id (str
) â (deprecated) AWS::ApiGatewayV2::Stage.ApiId
.
stage_name (str
) â (deprecated) AWS::ApiGatewayV2::Stage.StageName
.
access_log_settings (Union
[IResolvable
, AccessLogSettingsProperty
, Dict
[str
, Any
], 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
, Dict
[str
, Any
], 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
.
moved to package aws-apigatewayv2
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html
deprecated
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 # route_settings: Any # stage_variables: Any # tags: Any cfn_stage_v2_props = apigateway.CfnStageV2Props( api_id="apiId", stage_name="stageName", # the properties below are optional access_log_settings=apigateway.CfnStageV2.AccessLogSettingsProperty( destination_arn="destinationArn", format="format" ), auto_deploy=False, client_certificate_id="clientCertificateId", default_route_settings=apigateway.CfnStageV2.RouteSettingsProperty( data_trace_enabled=False, detailed_metrics_enabled=False, logging_level="loggingLevel", throttling_burst_limit=123, throttling_rate_limit=123 ), deployment_id="deploymentId", description="description", route_settings=route_settings, stage_variables=stage_variables, tags=tags )
Attributes
(deprecated) AWS::ApiGatewayV2::Stage.AccessLogSettings
.
(deprecated) AWS::ApiGatewayV2::Stage.ApiId
.
(deprecated) AWS::ApiGatewayV2::Stage.AutoDeploy
.
(deprecated) AWS::ApiGatewayV2::Stage.ClientCertificateId
.
(deprecated) AWS::ApiGatewayV2::Stage.DefaultRouteSettings
.
(deprecated) AWS::ApiGatewayV2::Stage.DeploymentId
.
(deprecated) AWS::ApiGatewayV2::Stage.Description
.
(deprecated) AWS::ApiGatewayV2::Stage.RouteSettings
.
(deprecated) AWS::ApiGatewayV2::Stage.StageName
.
(deprecated) AWS::ApiGatewayV2::Stage.StageVariables
.
(deprecated) AWS::ApiGatewayV2::Stage.Tags
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4