AwsApiGatewayV2StageDetails class
Contains information about a version 2 stage for Amazon API Gateway.
Constructors
-
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}) -
AwsApiGatewayV2StageDetails.fromJson(Map<
String, dynamic> json) -
factory
Properties
- accessLogSettings → AwsApiGatewayAccessLogSettings?
-
Information about settings for logging access for the stage.
final
- apiGatewayManaged → bool?
-
Indicates whether the stage is managed by API Gateway.
final
- autoDeploy → bool?
-
Indicates whether updates to an API automatically trigger a new deployment.
final
- createdDate → String?
-
Indicates when the stage was created.
final
- defaultRouteSettings → AwsApiGatewayV2RouteSettings?
-
Default route settings for the stage.
final
- deploymentId → String?
-
The identifier of the deployment that the stage is associated with.
final
- description → String?
-
The description of the stage.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastDeploymentStatusMessage → String?
-
The status of the last deployment of a stage. Supported only if the stage
has automatic deployment enabled.
final
- lastUpdatedDate → String?
-
Indicates when the stage was most recently updated.
final
- routeSettings → AwsApiGatewayV2RouteSettings?
-
The route settings for the stage.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stageName → String?
-
The name of the stage.
final
-
stageVariables
→ Map<
String, String> ? -
A map that defines the stage variables for the stage.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited