Class EventTargetBatchTarget
Inheritance
System.Object
EventTargetBatchTarget
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class EventTargetBatchTarget
Fields
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 readonly int? ArraySize
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
JobAttempts
The number of times to attempt to retry, if the job fails. Valid values are 1 to 10.
Declaration
public readonly int? JobAttempts
Field Value
| Type | Description |
|---|---|
| System.Nullable<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 readonly string JobDefinition
Field Value
| Type | Description |
|---|---|
| System.String |
JobName
The name to use for this execution of the job, if the target is an AWS Batch job.
Declaration
public readonly string JobName
Field Value
| Type | Description |
|---|---|
| System.String |