@Stability(value=Stable)
public static interface CfnRule.BatchArrayPropertiesProperty
extends software.amazon.jsii.JsiiSerializable
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.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.events.*;
BatchArrayPropertiesProperty batchArrayPropertiesProperty = BatchArrayPropertiesProperty.builder()
.size(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRule.BatchArrayPropertiesProperty.Builder
A builder for
CfnRule.BatchArrayPropertiesProperty |
static class |
CfnRule.BatchArrayPropertiesProperty.Jsii$Proxy
An implementation for
CfnRule.BatchArrayPropertiesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRule.BatchArrayPropertiesProperty.Builder |
builder() |
default Number |
getSize()
The size of the array, if this is an array batch job.
|
@Stability(value=Stable) @Nullable default Number getSize()
Valid values are integers between 2 and 10,000.
@Stability(value=Stable) static CfnRule.BatchArrayPropertiesProperty.Builder builder()
Copyright © 2022. All rights reserved.