CfnVodSourceProps

class aws_cdk.aws_mediatailor.CfnVodSourceProps(*, http_package_configurations, source_location_name, vod_source_name, tags=None)

Bases: object

Properties for defining a CfnVodSource.

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

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

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

  • 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 .

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 import aws_mediatailor as mediatailor

cfn_vod_source_props = mediatailor.CfnVodSourceProps(
    http_package_configurations=[mediatailor.CfnVodSource.HttpPackageConfigurationProperty(
        path="path",
        source_group="sourceGroup",
        type="type"
    )],
    source_location_name="sourceLocationName",
    vod_source_name="vodSourceName",

    # the properties below are optional
    tags=[CfnTag(
        key="key",
        value="value"
    )]
)

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