Interface ICfnStageV2Props
- Namespace
- Amazon.CDK.AWS.APIGateway
- Assembly
- Amazon.CDK.AWS.APIGateway.dll
(deprecated) Properties for defining a AWS::ApiGatewayV2::Stage
.
[Obsolete("moved to package aws-apigatewayv2")]
public interface ICfnStageV2Props
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.APIGateway;
var routeSettings;
var stageVariables;
var tags;
var cfnStageV2Props = new CfnStageV2Props {
ApiId = "apiId",
StageName = "stageName",
// the properties below are optional
AccessLogSettings = new AccessLogSettingsProperty {
DestinationArn = "destinationArn",
Format = "format"
},
AutoDeploy = false,
ClientCertificateId = "clientCertificateId",
DefaultRouteSettings = new RouteSettingsProperty {
DataTraceEnabled = false,
DetailedMetricsEnabled = false,
LoggingLevel = "loggingLevel",
ThrottlingBurstLimit = 123,
ThrottlingRateLimit = 123
},
DeploymentId = "deploymentId",
Description = "description",
RouteSettings = routeSettings,
StageVariables = stageVariables,
Tags = tags
};
Remarks
Stability: Deprecated
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-apigatewayv2-stage.html
ExampleMetadata: fixture=_generated
Properties
AccessLogSettings
(deprecated) AWS::ApiGatewayV2::Stage.AccessLogSettings
.
[Obsolete]
object? AccessLogSettings { get; }
Property Value
Remarks
Stability: Deprecated
ApiId
(deprecated) AWS::ApiGatewayV2::Stage.ApiId
.
[Obsolete]
string ApiId { get; }
Property Value
Remarks
Stability: Deprecated
AutoDeploy
(deprecated) AWS::ApiGatewayV2::Stage.AutoDeploy
.
[Obsolete]
object? AutoDeploy { get; }
Property Value
Remarks
Stability: Deprecated
ClientCertificateId
(deprecated) AWS::ApiGatewayV2::Stage.ClientCertificateId
.
[Obsolete]
string? ClientCertificateId { get; }
Property Value
Remarks
Stability: Deprecated
DefaultRouteSettings
(deprecated) AWS::ApiGatewayV2::Stage.DefaultRouteSettings
.
[Obsolete]
object? DefaultRouteSettings { get; }
Property Value
Remarks
Stability: Deprecated
DeploymentId
(deprecated) AWS::ApiGatewayV2::Stage.DeploymentId
.
[Obsolete]
string? DeploymentId { get; }
Property Value
Remarks
Stability: Deprecated
Description
(deprecated) AWS::ApiGatewayV2::Stage.Description
.
[Obsolete]
string? Description { get; }
Property Value
Remarks
Stability: Deprecated
RouteSettings
(deprecated) AWS::ApiGatewayV2::Stage.RouteSettings
.
[Obsolete]
object? RouteSettings { get; }
Property Value
Remarks
Stability: Deprecated
StageName
(deprecated) AWS::ApiGatewayV2::Stage.StageName
.
[Obsolete]
string StageName { get; }
Property Value
Remarks
Stability: Deprecated
StageVariables
(deprecated) AWS::ApiGatewayV2::Stage.StageVariables
.
[Obsolete]
object? StageVariables { get; }
Property Value
Remarks
Stability: Deprecated
Tags
(deprecated) AWS::ApiGatewayV2::Stage.Tags
.
[Obsolete]
object? Tags { get; }