Show / Hide Table of Contents

Interface CfnSignalMap.IMediaResourceProperty

An Amazon Web Services resource used in media workflows.

Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnSignalMap.IMediaResourceProperty
Syntax (vb)
Public Interface CfnSignalMap.IMediaResourceProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-signalmap-mediaresource.html

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

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.

Properties

Destinations

A direct destination neighbor to an Amazon Web Services media resource.

object? Destinations { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-signalmap-mediaresource.html#cfn-medialive-signalmap-mediaresource-destinations

Name

The logical name of an Amazon Web Services media resource.

string? Name { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-signalmap-mediaresource.html#cfn-medialive-signalmap-mediaresource-name

Sources

A direct source neighbor to an Amazon Web Services media resource.

object? Sources { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-signalmap-mediaresource.html#cfn-medialive-signalmap-mediaresource-sources

Back to top Generated by DocFX