Stage constructor
Stage({
- required String stageName,
- AccessLogSettings? accessLogSettings,
- bool? apiGatewayManaged,
- bool? autoDeploy,
- String? clientCertificateId,
- DateTime? createdDate,
- RouteSettings? defaultRouteSettings,
- String? deploymentId,
- String? description,
- String? lastDeploymentStatusMessage,
- DateTime? lastUpdatedDate,
- Map<
String, RouteSettings> ? routeSettings, - Map<
String, String> ? stageVariables, - Map<
String, String> ? tags,
Implementation
Stage({
required this.stageName,
this.accessLogSettings,
this.apiGatewayManaged,
this.autoDeploy,
this.clientCertificateId,
this.createdDate,
this.defaultRouteSettings,
this.deploymentId,
this.description,
this.lastDeploymentStatusMessage,
this.lastUpdatedDate,
this.routeSettings,
this.stageVariables,
this.tags,
});