Interface CfnSignalMapPropsMixin.MediaResourceNeighborProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnSignalMapPropsMixin.MediaResourceNeighborProperty.Jsii$Proxy
Enclosing class:
CfnSignalMapPropsMixin

@Stability(Stable) public static interface CfnSignalMapPropsMixin.MediaResourceNeighborProperty extends software.amazon.jsii.JsiiSerializable
A direct source or destination neighbor to an Amazon Web Services media resource.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.medialive.*;
 MediaResourceNeighborProperty mediaResourceNeighborProperty = MediaResourceNeighborProperty.builder()
         .arn("arn")
         .name("name")
         .build();
 

See Also: