Show / Hide Table of Contents

Interface CfnSignalMapPropsMixin.IMediaResourceNeighborProperty

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

Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnSignalMapPropsMixin.IMediaResourceNeighborProperty
Syntax (vb)
Public Interface CfnSignalMapPropsMixin.IMediaResourceNeighborProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-signalmap-mediaresourceneighbor.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.Mixins.Preview.AWS.MediaLive.Mixins;

             var mediaResourceNeighborProperty = new MediaResourceNeighborProperty {
                 Arn = "arn",
                 Name = "name"
             };

Synopsis

Properties

Arn

The ARN of a resource used in Amazon Web Services media workflows.

Name

The logical name of an Amazon Web Services media resource.

Properties

Arn

The ARN of a resource used in Amazon Web Services media workflows.

string? Arn { get; }
Property Value

string

Remarks

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

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-mediaresourceneighbor.html#cfn-medialive-signalmap-mediaresourceneighbor-name

Back to top Generated by DocFX