Interface CfnCluster.PlacementTypeProperty

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

@Stability(Stable) public static interface CfnCluster.PlacementTypeProperty extends software.amazon.jsii.JsiiSerializable
PlacementType is a property of the AWS::EMR::Cluster resource.

PlacementType determines the Amazon EC2 Availability Zone configuration of the cluster (job flow).

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.emr.*;
 PlacementTypeProperty placementTypeProperty = PlacementTypeProperty.builder()
         .availabilityZone("availabilityZone")
         .build();