Class CfnSignalMap.MediaResourceProperty
An Amazon Web Services resource used in media workflows.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class MediaResourceProperty : Object, CfnSignalMap.IMediaResourceProperty
Syntax (vb)
Public Class MediaResourceProperty
Inherits Object
Implements CfnSignalMap.IMediaResourceProperty
Remarks
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.MediaLive;
var mediaResourceProperty = new MediaResourceProperty {
Destinations = new [] { new MediaResourceNeighborProperty {
Arn = "arn",
// the properties below are optional
Name = "name"
} },
Name = "name",
Sources = new [] { new MediaResourceNeighborProperty {
Arn = "arn",
// the properties below are optional
Name = "name"
} }
};
Synopsis
Constructors
Media |
Properties
Destinations | A direct destination neighbor to an Amazon Web Services media resource. |
Name | The logical name of an Amazon Web Services media resource. |
Sources | A direct source neighbor to an Amazon Web Services media resource. |
Constructors
MediaResourceProperty()
public MediaResourceProperty()
Properties
Destinations
A direct destination neighbor to an Amazon Web Services media resource.
public object Destinations { get; set; }
Property Value
System.
Remarks
Name
The logical name of an Amazon Web Services media resource.
public string Name { get; set; }
Property Value
System.
Remarks
Sources
A direct source neighbor to an Amazon Web Services media resource.
public object Sources { get; set; }
Property Value
System.