Show / Hide Table of Contents

Interface CfnRule.IBatchArrayPropertiesProperty

The array properties for the submitted job, such as the size of the array.

Namespace: Amazon.CDK.AWS.Events
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnRule.IBatchArrayPropertiesProperty
Syntax (vb)
Public Interface CfnRule.IBatchArrayPropertiesProperty
Remarks

The array size can be between 2 and 10,000. If you specify array properties for a job, it becomes an array job. This parameter is used only if the target is an AWS Batch job.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-batcharrayproperties.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.Events;

             var batchArrayPropertiesProperty = new BatchArrayPropertiesProperty {
                 Size = 123
             };

Synopsis

Properties

Size

The size of the array, if this is an array batch job.

Properties

Size

The size of the array, if this is an array batch job.

double? Size { get; }
Property Value

double?

Remarks

Valid values are integers between 2 and 10,000.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-events-rule-batcharrayproperties.html#cfn-events-rule-batcharrayproperties-size

Back to top Generated by DocFX