Class CfnVodSource
The VOD source configuration parameters.
Inherited Members
Namespace: Amazon.CDK.AWS.MediaTailor
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnVodSource : CfnResource, IInspectable, ITaggableV2
Syntax (vb)
Public Class CfnVodSource
Inherits CfnResource
Implements IInspectable, ITaggableV2
Remarks
CloudformationResource: AWS::MediaTailor::VodSource
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.AWS.MediaTailor;
var cfnVodSource = new CfnVodSource(this, "MyCfnVodSource", new CfnVodSourceProps {
HttpPackageConfigurations = new [] { new HttpPackageConfigurationProperty {
Path = "path",
SourceGroup = "sourceGroup",
Type = "type"
} },
SourceLocationName = "sourceLocationName",
VodSourceName = "vodSourceName",
// the properties below are optional
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
});
Synopsis
Constructors
Cfn |
Used by jsii to construct an instance of this class from a Javascript-owned object reference |
Cfn |
Used by jsii to construct an instance of this class from DeputyProps |
Cfn |
Properties
Attr |
<p>The ARN of the VOD source.</p>. |
Cdk |
Tag Manager which manages the tags for this resource. |
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
Cfn |
|
Http |
The HTTP package configurations for the VOD source. |
Source |
The name of the source location that the VOD source is associated with. |
Tags | The tags assigned to the VOD source. |
Vod |
The name of the VOD source. |
Methods
Inspect(Tree |
Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<String, Object>) |
Constructors
CfnVodSource(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnVodSource(ByRefValue reference)
Parameters
- reference Amazon.
JSII. Runtime. Deputy. By Ref Value The Javascript-owned object reference
CfnVodSource(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnVodSource(DeputyBase.DeputyProps props)
Parameters
- props Amazon.
JSII. Runtime. Deputy. Deputy Base. Deputy Props The deputy props
CfnVodSource(Construct, String, ICfnVodSourceProps)
public CfnVodSource(Construct scope, string id, ICfnVodSourceProps props)
Parameters
- scope Constructs.
Construct Scope in which this resource is defined.
- id System.
String Construct identifier for this resource (unique in its scope).
- props ICfn
Vod Source Props Resource properties.
Properties
AttrArn
<p>The ARN of the VOD source.</p>.
public virtual string AttrArn { get; }
Property Value
System.
Remarks
CloudformationAttribute: Arn
CdkTagManager
Tag Manager which manages the tags for this resource.
public virtual TagManager CdkTagManager { get; }
Property Value
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
System.
CfnProperties
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
System.
Overrides
HttpPackageConfigurations
The HTTP package configurations for the VOD source.
public virtual object HttpPackageConfigurations { get; set; }
Property Value
System.
SourceLocationName
The name of the source location that the VOD source is associated with.
public virtual string SourceLocationName { get; set; }
Property Value
System.
Tags
The tags assigned to the VOD source.
public virtual ICfnTag[] Tags { get; set; }
Property Value
ICfn
VodSourceName
The name of the VOD source.
public virtual string VodSourceName { get; set; }
Property Value
System.
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector Tree
Inspector tree inspector to collect and process attributes.
RenderProperties(IDictionary<String, Object>)
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props System.
Collections. <System.Generic. IDictionary String , System.Object >
Returns
System.