Show / Hide Table of Contents

Class CfnPipePropsMixin.BatchArrayPropertiesProperty

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

Inheritance
object
CfnPipePropsMixin.BatchArrayPropertiesProperty
Implements
CfnPipePropsMixin.IBatchArrayPropertiesProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.Pipes.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnPipePropsMixin.BatchArrayPropertiesProperty : CfnPipePropsMixin.IBatchArrayPropertiesProperty
Syntax (vb)
Public Class CfnPipePropsMixin.BatchArrayPropertiesProperty Implements CfnPipePropsMixin.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-pipes-pipe-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.Mixins.Preview.AWS.Pipes.Mixins;

             var batchArrayPropertiesProperty = new BatchArrayPropertiesProperty {
                 Size = 123
             };

Synopsis

Constructors

BatchArrayPropertiesProperty()

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

Properties

Size

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

Constructors

BatchArrayPropertiesProperty()

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

public BatchArrayPropertiesProperty()
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-pipes-pipe-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.Mixins.Preview.AWS.Pipes.Mixins;

             var batchArrayPropertiesProperty = new BatchArrayPropertiesProperty {
                 Size = 123
             };

Properties

Size

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

public double? Size { get; set; }
Property Value

double?

Remarks

Default: - 0

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

Implements

CfnPipePropsMixin.IBatchArrayPropertiesProperty
Back to top Generated by DocFX