class
Amazonite::EventBridge::BatchParameters
- Amazonite::EventBridge::BatchParameters
- Reference
- Object
Overview
The custom parameters to be used when the target is an Batch job.
Included Modules
- JSON::Serializable
Defined in:
eventbridge/batch_parameters.crConstructors
- .new(job_definition : String, job_name : String, array_properties : BatchArrayProperties | Nil = nil, retry_strategy : BatchRetryStrategy | Nil = nil)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#array_properties : BatchArrayProperties | Nil
The array properties for the submitted job, such as the size of the array.
-
#array_properties=(array_properties : BatchArrayProperties | Nil)
The array properties for the submitted job, such as the size of the array.
-
#hash(hasher)
See
Object#hash(hasher) -
#job_definition : String
The ARN or name of the job definition to use if the event target is an Batch job.
-
#job_definition=(job_definition : String)
The ARN or name of the job definition to use if the event target is an Batch job.
-
#job_name : String
The name to use for this execution of the job, if the target is an Batch job.
-
#job_name=(job_name : String)
The name to use for this execution of the job, if the target is an Batch job.
-
#retry_strategy : BatchRetryStrategy | Nil
The retry strategy to use for failed jobs, if the target is an Batch job.
-
#retry_strategy=(retry_strategy : BatchRetryStrategy | Nil)
The retry strategy to use for failed jobs, if the target is an Batch job.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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 Batch job.
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 Batch job.
The ARN or name of the job definition to use if the event target is an Batch job. This job definition must already exist.
The ARN or name of the job definition to use if the event target is an Batch job. This job definition must already exist.
The name to use for this execution of the job, if the target is an Batch job.
The name to use for this execution of the job, if the target is an Batch job.
The retry strategy to use for failed jobs, if the target is an 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.
The retry strategy to use for failed jobs, if the target is an 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.