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
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
Remarks
Name
The logical name of an Amazon Web Services media resource.
string? Name { get; }