DeploymentState class
Input properties used for looking up and filtering Deployment resources.
Constructors
-
DeploymentState({Input<
String?> ? operationId, Input<String?> ? region, Input<String?> ? serviceArn, Input<String?> ? status, Input<DeploymentTimeouts?> ? timeouts}) -
Creates a new DeploymentState.
operationIdUnique ID of the operation associated with deployment.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.serviceArnARN of the App Runner service to start the deployment for.statusCurrent status of the App Runner service deployment.timeoutsOptional.const -
DeploymentState.fromMap(Map<
String, dynamic> map) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
operationId
→ Input<
String?> ? -
Unique ID of the operation associated with deployment.
final
-
region
→ Input<
String?> ? -
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
serviceArn
→ Input<
String?> ? -
ARN of the App Runner service to start the deployment for.
final
-
status
→ Input<
String?> ? -
Current status of the App Runner service deployment.
final
-
timeouts
→ Input<
DeploymentTimeouts?> ? -
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited