Interface CfnSignalMap.MediaResourceNeighborProperty

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

@Stability(Stable) public static interface CfnSignalMap.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.services.medialive.*;
 MediaResourceNeighborProperty mediaResourceNeighborProperty = MediaResourceNeighborProperty.builder()
         .arn("arn")
         // the properties below are optional
         .name("name")
         .build();
 

See Also: