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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnCluster.PlacementTypeProperty
static final class
An implementation forCfnCluster.PlacementTypeProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAvailabilityZone
The Amazon EC2 Availability Zone for the cluster.AvailabilityZone
is used for uniform instance groups, whileAvailabilityZones
(plural) is used for instance fleets.- See Also:
-
builder
-