Class EventTargetBatchTargetArgs


  • public final class EventTargetBatchTargetArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • arraySize

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> arraySize()
        Returns:
        The size of the array, if this is an array batch job. Valid values are integers between 2 and 10,000.
      • jobAttempts

        public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> jobAttempts()
        Returns:
        The number of times to attempt to retry, if the job fails. Valid values are 1 to 10.
      • jobDefinition

        public com.pulumi.core.Output<java.lang.String> jobDefinition()
        Returns:
        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

        public com.pulumi.core.Output<java.lang.String> jobName()
        Returns:
        The name to use for this execution of the job, if the target is an AWS Batch job.