Interface CfnTestCasePropsMixin.BatchProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnTestCasePropsMixin.BatchProperty.Jsii$Proxy
Enclosing class:
CfnTestCasePropsMixin

@Stability(Stable) public static interface CfnTestCasePropsMixin.BatchProperty extends software.amazon.jsii.JsiiSerializable
Defines a batch.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.apptest.mixins.*;
 BatchProperty batchProperty = BatchProperty.builder()
         .batchJobName("batchJobName")
         .batchJobParameters(Map.of(
                 "batchJobParametersKey", "batchJobParameters"))
         .exportDataSetNames(List.of("exportDataSetNames"))
         .build();
 

See Also: