Show / Hide Table of Contents

Class EventTargetBatchTargetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
EventTargetBatchTargetArgs
Inherited Members
ResourceArgs.Empty
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 Source

EventTargetBatchTargetArgs()

Declaration
public EventTargetBatchTargetArgs()

Properties

View Source

ArraySize

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>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.