AwsApiGatewayV2StageDetails constructor
AwsApiGatewayV2StageDetails({
- AwsApiGatewayAccessLogSettings? accessLogSettings,
- bool? apiGatewayManaged,
- bool? autoDeploy,
- String? createdDate,
- AwsApiGatewayV2RouteSettings? defaultRouteSettings,
- String? deploymentId,
- String? description,
- String? lastDeploymentStatusMessage,
- String? lastUpdatedDate,
- AwsApiGatewayV2RouteSettings? routeSettings,
- String? stageName,
- Map<
String, String> ? stageVariables,
Implementation
AwsApiGatewayV2StageDetails({
this.accessLogSettings,
this.apiGatewayManaged,
this.autoDeploy,
this.createdDate,
this.defaultRouteSettings,
this.deploymentId,
this.description,
this.lastDeploymentStatusMessage,
this.lastUpdatedDate,
this.routeSettings,
this.stageName,
this.stageVariables,
});