interface PlacementTypeProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EMR.CfnCluster.PlacementTypeProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsemr#CfnCluster_PlacementTypeProperty |
![]() | software.amazon.awscdk.services.emr.CfnCluster.PlacementTypeProperty |
![]() | aws_cdk.aws_emr.CfnCluster.PlacementTypeProperty |
![]() | 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
Name | Type | Description |
---|---|---|
availability | string | The 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.