StreamReference

class aws_cdk.interfaces.aws_iot.StreamReference(*, stream_arn)

Bases: object

A reference to a Stream resource.

Parameters:

stream_arn (str) – The Arn of the Stream 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_iot as interfaces_iot

stream_reference = interfaces_iot.StreamReference(
    stream_arn="streamArn"
)

Attributes

stream_arn

The Arn of the Stream resource.