AwsApiGatewayV2StageDetails constructor

AwsApiGatewayV2StageDetails({
  1. AwsApiGatewayAccessLogSettings? accessLogSettings,
  2. bool? apiGatewayManaged,
  3. bool? autoDeploy,
  4. String? createdDate,
  5. AwsApiGatewayV2RouteSettings? defaultRouteSettings,
  6. String? deploymentId,
  7. String? description,
  8. String? lastDeploymentStatusMessage,
  9. String? lastUpdatedDate,
  10. AwsApiGatewayV2RouteSettings? routeSettings,
  11. String? stageName,
  12. 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,
});