CfnSdiSourceMixinProps

class aws_cdk.mixins_preview.aws_medialive.mixins.CfnSdiSourceMixinProps(*, mode=None, name=None, tags=None, type=None)

Bases: object

Properties for CfnSdiSourcePropsMixin.

Parameters:
  • mode (Optional[str]) – The current state of the SdiSource.

  • name (Optional[str]) – The name of the SdiSource.

  • tags (Optional[Sequence[Union[CfnTag, Dict[str, Any]]]]) – A collection of key-value pairs.

  • type (Optional[str]) – The interface mode of the SdiSource.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-sdisource.html

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.mixins_preview.aws_medialive import mixins as medialive_mixins

cfn_sdi_source_mixin_props = medialive_mixins.CfnSdiSourceMixinProps(
    mode="mode",
    name="name",
    tags=[CfnTag(
        key="key",
        value="value"
    )],
    type="type"
)

Attributes

mode

The current state of the SdiSource.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-sdisource.html#cfn-medialive-sdisource-mode

name

The name of the SdiSource.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-sdisource.html#cfn-medialive-sdisource-name

tags

A collection of key-value pairs.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-sdisource.html#cfn-medialive-sdisource-tags

type

The interface mode of the SdiSource.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-sdisource.html#cfn-medialive-sdisource-type