Package com.pulumi.aws.cloudwatch.inputs
Class EventTargetBatchTargetArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.cloudwatch.inputs.EventTargetBatchTargetArgs
-
public final class EventTargetBatchTargetArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EventTargetBatchTargetArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static EventTargetBatchTargetArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>
arraySize()
static EventTargetBatchTargetArgs.Builder
builder()
static EventTargetBatchTargetArgs.Builder
builder(EventTargetBatchTargetArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>
jobAttempts()
com.pulumi.core.Output<java.lang.String>
jobDefinition()
com.pulumi.core.Output<java.lang.String>
jobName()
-
-
-
Field Detail
-
Empty
public static final EventTargetBatchTargetArgs Empty
-
-
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.
-
builder
public static EventTargetBatchTargetArgs.Builder builder()
-
builder
public static EventTargetBatchTargetArgs.Builder builder(EventTargetBatchTargetArgs defaults)
-
-