aws-cdk-lib.aws_emr.CfnCluster.PlacementTypeProperty

interface PlacementTypeProperty

LanguageType name
.NETAmazon.CDK.AWS.EMR.CfnCluster.PlacementTypeProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsemr#CfnCluster_PlacementTypeProperty
Javasoftware.amazon.awscdk.services.emr.CfnCluster.PlacementTypeProperty
Pythonaws_cdk.aws_emr.CfnCluster.PlacementTypeProperty
TypeScript aws-cdk-lib » aws_emr » CfnCluster » PlacementTypeProperty

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 { aws_emr as emr } from 'aws-cdk-lib';
const placementTypeProperty: emr.CfnCluster.PlacementTypeProperty = {
  availabilityZone: 'availabilityZone',
};

Properties

NameTypeDescription
availabilityZonestringThe Amazon EC2 Availability Zone for the cluster.

availabilityZone

Type: string

The Amazon EC2 Availability Zone for the cluster.

AvailabilityZone is used for uniform instance groups, while AvailabilityZones (plural) is used for instance fleets.