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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnSignalMap.MediaResourceNeighborProperty
static final class
An implementation forCfnSignalMap.MediaResourceNeighborProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getArn
The ARN of a resource used in Amazon Web Services media workflows.- See Also:
-
getName
The logical name of an Amazon Web Services media resource.- See Also:
-
builder
-