StepReference

class aws_cdk.aws_emr.StepReference(*, step_id)

Bases: object

A reference to a Step resource.

Parameters:

step_id (str) – The Id of the Step resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_emr as emr

step_reference = emr.StepReference(
    step_id="stepId"
)

Attributes

step_id

The Id of the Step resource.