Interface CfnApplication.WorkerConfigurationProperty

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

@Stability(Stable) public static interface CfnApplication.WorkerConfigurationProperty extends software.amazon.jsii.JsiiSerializable
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.emrserverless.*;
 WorkerConfigurationProperty workerConfigurationProperty = WorkerConfigurationProperty.builder()
         .cpu("cpu")
         .memory("memory")
         // the properties below are optional
         .disk("disk")
         .build();
 

See Also: