RouterInputReference

class aws_cdk.interfaces.aws_mediaconnect.RouterInputReference(*, router_input_arn)

Bases: object

A reference to a RouterInput resource.

Parameters:

router_input_arn (str) – The Arn of the RouterInput 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_mediaconnect as interfaces_mediaconnect

router_input_reference = interfaces_mediaconnect.RouterInputReference(
    router_input_arn="routerInputArn"
)

Attributes

router_input_arn

The Arn of the RouterInput resource.