EventTargetBatchTarget class

Constructors

EventTargetBatchTarget({Input<int?>? arraySize, Input<int?>? jobAttempts, required Input<String> jobDefinition, required Input<String> jobName})
Creates a new EventTargetBatchTarget. arraySize The size of the array, if this is an array batch job. Valid values are integers between 2 and 10,000. jobAttempts The number of times to attempt to retry, if the job fails. Valid values are 1 to 10. jobDefinition 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. jobName The name to use for this execution of the job, if the target is an AWS Batch job.
const
EventTargetBatchTarget.fromMap(Map<String, dynamic> map)
factory

Properties

arraySize → Input<int?>?
The size of the array, if this is an array batch job. Valid values are integers between 2 and 10,000.
final
hashCode int
The hash code for this object.
no setterinherited
jobAttempts → Input<int?>?
The number of times to attempt to retry, if the job fails. Valid values are 1 to 10.
final
jobDefinition → Input<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 → Input<String>
The name to use for this execution of the job, if the target is an AWS Batch job.
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
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited