BatchParameters class
The custom parameters to be used when the target is an AWS Batch job.
Constructors
- BatchParameters({required String jobDefinition, required String jobName, BatchArrayProperties? arrayProperties, BatchRetryStrategy? retryStrategy})
-
BatchParameters.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arrayProperties → BatchArrayProperties?
-
The array properties for the submitted job, such as the size of the array.
The array size can be between 2 and 10,000. If you specify array properties
for a job, it becomes an array job. This parameter is used only if the
target is an AWS Batch job.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- jobDefinition → String
-
The ARN or name of the job definition to use if the event target is an AWS
Batch job. This job definition must already exist.
final
- jobName → String
-
The name to use for this execution of the job, if the target is an AWS Batch
job.
final
- retryStrategy → BatchRetryStrategy?
-
The retry strategy to use for failed jobs, if the target is an AWS Batch
job. The retry strategy is the number of times to retry the failed job
execution. Valid values are 1–10. When you specify a retry strategy here, it
overrides the retry strategy defined in the job definition.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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