StepReference

class aws_cdk.interfaces.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.interfaces import aws_emr as interfaces_aws_emr

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

Attributes

step_id

The Id of the Step resource.