Skip to content

Commit

Permalink
fix: by the review
Browse files Browse the repository at this point in the history
  • Loading branch information
go-to-k committed Nov 2, 2023
1 parent 6510ab0 commit 18c92eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,6 @@ new sfn.StateMachine(stack, 'SM', {

new IntegTest(app, 'EmrCreateClusterTest', {
testCases: [stack],
});
});

app.synth();
Original file line number Diff line number Diff line change
Expand Up @@ -719,14 +719,14 @@ export namespace EmrCreateCluster {
* The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions.
* On-Demand Instances allocation strategy is available in Amazon EMR releases 5.12.1 and later.
*
* @default - no onDemandSpecification
* @default - no on-demand specification
*/
readonly onDemandSpecification?: OnDemandProvisioningSpecificationProperty;

/**
* The launch specification for Spot instances in the fleet, which determines the defined duration and provisioning timeout behavior.
*
* @default - no spotSpecification
* @default - no spot specification
*/
readonly spotSpecification?: SpotProvisioningSpecificationProperty;
}
Expand Down

0 comments on commit 18c92eb

Please sign in to comment.