Interface CfnDataset.ResourceConfigurationProperty

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

@Stability(Stable) public static interface CfnDataset.ResourceConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The configuration of the resource used to execute the containerAction .

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.iotanalytics.*;
 ResourceConfigurationProperty resourceConfigurationProperty = ResourceConfigurationProperty.builder()
         .computeType("computeType")
         .volumeSizeInGb(123)
         .build();