Show / Hide Table of Contents

Class CfnAssetPropsMixin

Creates an asset to ingest VOD content.

Inheritance
object
Mixin
CfnAssetPropsMixin
Implements
IMixin
Inherited Members
Mixin.IsMixin(object)
Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaPackage.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAssetPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnAssetPropsMixin Inherits Mixin Implements IMixin
Remarks

After it's created, the asset starts ingesting content and generates playback URLs for the packaging configurations associated with it. When ingest is complete, downstream devices use the appropriate URL to request VOD content from AWS Elemental MediaPackage .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackage-asset.html

CloudformationResource: AWS::MediaPackage::Asset

Mixin: true

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.Mixins;
             using Amazon.CDK.Mixins.Preview.AWS.MediaPackage.Mixins;

             var cfnAssetPropsMixin = new CfnAssetPropsMixin(new CfnAssetMixinProps {
                 EgressEndpoints = new [] { new EgressEndpointProperty {
                     PackagingConfigurationId = "packagingConfigurationId",
                     Url = "url"
                 } },
                 Id = "id",
                 PackagingGroupId = "packagingGroupId",
                 ResourceId = "resourceId",
                 SourceArn = "sourceArn",
                 SourceRoleArn = "sourceRoleArn",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = PropertyMergeStrategy.OVERRIDE
             });

Synopsis

Constructors

CfnAssetPropsMixin(ICfnAssetMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::MediaPackage::Asset.

Properties

CFN_PROPERTY_KEYS

Creates an asset to ingest VOD content.

Props

Creates an asset to ingest VOD content.

Strategy

Creates an asset to ingest VOD content.

Methods

ApplyTo(IConstruct)

Apply the mixin properties to the construct.

Supports(IConstruct)

Check if this mixin supports the given construct.

Constructors

CfnAssetPropsMixin(ICfnAssetMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::MediaPackage::Asset.

public CfnAssetPropsMixin(ICfnAssetMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
props ICfnAssetMixinProps

L1 properties to apply.

options ICfnPropertyMixinOptions

Mixin options.

Remarks

After it's created, the asset starts ingesting content and generates playback URLs for the packaging configurations associated with it. When ingest is complete, downstream devices use the appropriate URL to request VOD content from AWS Elemental MediaPackage .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackage-asset.html

CloudformationResource: AWS::MediaPackage::Asset

Mixin: true

ExampleMetadata: fixture=_generated

Properties

CFN_PROPERTY_KEYS

Creates an asset to ingest VOD content.

protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value

string[]

Remarks

After it's created, the asset starts ingesting content and generates playback URLs for the packaging configurations associated with it. When ingest is complete, downstream devices use the appropriate URL to request VOD content from AWS Elemental MediaPackage .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackage-asset.html

CloudformationResource: AWS::MediaPackage::Asset

Mixin: true

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.Mixins;
             using Amazon.CDK.Mixins.Preview.AWS.MediaPackage.Mixins;

             var cfnAssetPropsMixin = new CfnAssetPropsMixin(new CfnAssetMixinProps {
                 EgressEndpoints = new [] { new EgressEndpointProperty {
                     PackagingConfigurationId = "packagingConfigurationId",
                     Url = "url"
                 } },
                 Id = "id",
                 PackagingGroupId = "packagingGroupId",
                 ResourceId = "resourceId",
                 SourceArn = "sourceArn",
                 SourceRoleArn = "sourceRoleArn",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = PropertyMergeStrategy.OVERRIDE
             });

Props

Creates an asset to ingest VOD content.

protected virtual ICfnAssetMixinProps Props { get; }
Property Value

ICfnAssetMixinProps

Remarks

After it's created, the asset starts ingesting content and generates playback URLs for the packaging configurations associated with it. When ingest is complete, downstream devices use the appropriate URL to request VOD content from AWS Elemental MediaPackage .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackage-asset.html

CloudformationResource: AWS::MediaPackage::Asset

Mixin: true

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.Mixins;
             using Amazon.CDK.Mixins.Preview.AWS.MediaPackage.Mixins;

             var cfnAssetPropsMixin = new CfnAssetPropsMixin(new CfnAssetMixinProps {
                 EgressEndpoints = new [] { new EgressEndpointProperty {
                     PackagingConfigurationId = "packagingConfigurationId",
                     Url = "url"
                 } },
                 Id = "id",
                 PackagingGroupId = "packagingGroupId",
                 ResourceId = "resourceId",
                 SourceArn = "sourceArn",
                 SourceRoleArn = "sourceRoleArn",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = PropertyMergeStrategy.OVERRIDE
             });

Strategy

Creates an asset to ingest VOD content.

protected virtual PropertyMergeStrategy Strategy { get; }
Property Value

PropertyMergeStrategy

Remarks

After it's created, the asset starts ingesting content and generates playback URLs for the packaging configurations associated with it. When ingest is complete, downstream devices use the appropriate URL to request VOD content from AWS Elemental MediaPackage .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackage-asset.html

CloudformationResource: AWS::MediaPackage::Asset

Mixin: true

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.Mixins;
             using Amazon.CDK.Mixins.Preview.AWS.MediaPackage.Mixins;

             var cfnAssetPropsMixin = new CfnAssetPropsMixin(new CfnAssetMixinProps {
                 EgressEndpoints = new [] { new EgressEndpointProperty {
                     PackagingConfigurationId = "packagingConfigurationId",
                     Url = "url"
                 } },
                 Id = "id",
                 PackagingGroupId = "packagingGroupId",
                 ResourceId = "resourceId",
                 SourceArn = "sourceArn",
                 SourceRoleArn = "sourceRoleArn",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = PropertyMergeStrategy.OVERRIDE
             });

Methods

ApplyTo(IConstruct)

Apply the mixin properties to the construct.

public override IConstruct ApplyTo(IConstruct construct)
Parameters
construct IConstruct
Returns

IConstruct

Overrides
Mixin.ApplyTo(IConstruct)
Remarks

After it's created, the asset starts ingesting content and generates playback URLs for the packaging configurations associated with it. When ingest is complete, downstream devices use the appropriate URL to request VOD content from AWS Elemental MediaPackage .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackage-asset.html

CloudformationResource: AWS::MediaPackage::Asset

Mixin: true

ExampleMetadata: fixture=_generated

Supports(IConstruct)

Check if this mixin supports the given construct.

public override bool Supports(IConstruct construct)
Parameters
construct IConstruct
Returns

bool

Overrides
Mixin.Supports(IConstruct)
Remarks

After it's created, the asset starts ingesting content and generates playback URLs for the packaging configurations associated with it. When ingest is complete, downstream devices use the appropriate URL to request VOD content from AWS Elemental MediaPackage .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackage-asset.html

CloudformationResource: AWS::MediaPackage::Asset

Mixin: true

ExampleMetadata: fixture=_generated

Implements

IMixin
Back to top Generated by DocFX