Class CfnAssetPropsMixin
Creates an asset to ingest VOD content.
Implements
Inherited Members
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 |
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
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
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
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
Overrides
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