InputReference

class aws_cdk.aws_iotevents.InputReference(*, input_name)

Bases: object

A reference to a Input resource.

Parameters:

input_name (str) – The InputName of the Input 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_iotevents as iotevents

input_reference = iotevents.InputReference(
    input_name="inputName"
)

Attributes

input_name

The InputName of the Input resource.