Class EmrModifyInstanceFleetByName
A Step Functions Task to to modify an InstanceFleet on an EMR Cluster.
Inherited Members
Namespace: Amazon.CDK.AWS.StepFunctions.Tasks
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class EmrModifyInstanceFleetByName : TaskStateBase, IChainable, INextable
Syntax (vb)
Public Class EmrModifyInstanceFleetByName
Inherits TaskStateBase
Implements IChainable, INextable
Remarks
ExampleMetadata: infused
Examples
new EmrModifyInstanceFleetByName(this, "Task", new EmrModifyInstanceFleetByNameProps {
ClusterId = "ClusterId",
InstanceFleetName = "InstanceFleetName",
TargetOnDemandCapacity = 2,
TargetSpotCapacity = 0
});
Synopsis
Constructors
Emr |
Used by jsii to construct an instance of this class from a Javascript-owned object reference |
Emr |
Used by jsii to construct an instance of this class from DeputyProps |
Emr |
Properties
Task |
|
Task |
Methods
Jsonata(Construct, String, IEmr |
A Step Functions Task using JSONata to to modify an InstanceFleet on an EMR Cluster. |
Json |
A Step Functions Task using JSONPath to to modify an InstanceFleet on an EMR Cluster. |
Constructors
EmrModifyInstanceFleetByName(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected EmrModifyInstanceFleetByName(ByRefValue reference)
Parameters
- reference Amazon.
JSII. Runtime. Deputy. By Ref Value The Javascript-owned object reference
EmrModifyInstanceFleetByName(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected EmrModifyInstanceFleetByName(DeputyBase.DeputyProps props)
Parameters
- props Amazon.
JSII. Runtime. Deputy. Deputy Base. Deputy Props The deputy props
EmrModifyInstanceFleetByName(Construct, String, IEmrModifyInstanceFleetByNameProps)
public EmrModifyInstanceFleetByName(Construct scope, string id, IEmrModifyInstanceFleetByNameProps props)
Parameters
- scope Constructs.
Construct - id System.
String Descriptive identifier for this chainable.
- props IEmr
Modify Instance Fleet By Name Props
Properties
TaskMetrics
protected override ITaskMetricsConfig TaskMetrics { get; }
Property Value
Overrides
TaskPolicies
protected override PolicyStatement[] TaskPolicies { get; }
Property Value
Overrides
Methods
Jsonata(Construct, String, IEmrModifyInstanceFleetByNameJsonataProps)
A Step Functions Task using JSONata to to modify an InstanceFleet on an EMR Cluster.
public static EmrModifyInstanceFleetByName Jsonata(Construct scope, string id, IEmrModifyInstanceFleetByNameJsonataProps props)
Parameters
- scope Constructs.
Construct - id System.
String - props IEmr
Modify Instance Fleet By Name Jsonata Props
Returns
JsonPath(Construct, String, IEmrModifyInstanceFleetByNameJsonPathProps)
A Step Functions Task using JSONPath to to modify an InstanceFleet on an EMR Cluster.
public static EmrModifyInstanceFleetByName JsonPath(Construct scope, string id, IEmrModifyInstanceFleetByNameJsonPathProps props)
Parameters
- scope Constructs.
Construct - id System.
String - props IEmr
Modify Instance Fleet By Name Json Path Props
Returns