CfnVodSourceMixinProps

class aws_cdk.mixins_preview.aws_mediatailor.mixins.CfnVodSourceMixinProps(*, http_package_configurations=None, source_location_name=None, tags=None, vod_source_name=None)

Bases: object

Properties for CfnVodSourcePropsMixin.

Parameters:
  • http_package_configurations (Union[IResolvable, Sequence[Union[IResolvable, HttpPackageConfigurationProperty, Dict[str, Any]]], None]) – The HTTP package configurations for the VOD source.

  • source_location_name (Optional[str]) – The name of the source location that the VOD source is associated with.

  • tags (Optional[Sequence[Union[CfnTag, Dict[str, Any]]]]) – The tags assigned to the VOD source. Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources .

  • vod_source_name (Optional[str]) – The name of the VOD source.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-vodsource.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_mediatailor import mixins as mediatailor_mixins

cfn_vod_source_mixin_props = mediatailor_mixins.CfnVodSourceMixinProps(
    http_package_configurations=[mediatailor_mixins.CfnVodSourcePropsMixin.HttpPackageConfigurationProperty(
        path="path",
        source_group="sourceGroup",
        type="type"
    )],
    source_location_name="sourceLocationName",
    tags=[CfnTag(
        key="key",
        value="value"
    )],
    vod_source_name="vodSourceName"
)

Attributes

http_package_configurations

The HTTP package configurations for the VOD source.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-vodsource.html#cfn-mediatailor-vodsource-httppackageconfigurations

source_location_name

The name of the source location that the VOD source is associated with.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-vodsource.html#cfn-mediatailor-vodsource-sourcelocationname

tags

The tags assigned to the VOD source.

Tags are key-value pairs that you can associate with Amazon resources to help with organization, access control, and cost tracking. For more information, see Tagging AWS Elemental MediaTailor Resources .

See:

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

vod_source_name

The name of the VOD source.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediatailor-vodsource.html#cfn-mediatailor-vodsource-vodsourcename