Class EventTargetBatchTargetArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.CloudWatch.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class EventTargetBatchTargetArgs : ResourceArgs
Constructors
View SourceEventTargetBatchTargetArgs()
Declaration
public EventTargetBatchTargetArgs()
Properties
View SourceArraySize
The size of the array, if this is an array batch job. Valid values are integers between 2 and 10,000.
Declaration
public Input<int> ArraySize { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
JobAttempts
The number of times to attempt to retry, if the job fails. Valid values are 1 to 10.
Declaration
public Input<int> JobAttempts { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
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.
Declaration
public Input<string> JobDefinition { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
JobName
The name to use for this execution of the job, if the target is an AWS Batch job.
Declaration
public Input<string> JobName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |