Interface CfnMonitor.MonitorRemoteResourceProperty

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

@Stability(Stable) public static interface CfnMonitor.MonitorRemoteResourceProperty extends software.amazon.jsii.JsiiSerializable
A remote resource is the other endpoint in a network flow.

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.networkflowmonitor.*;
 MonitorRemoteResourceProperty monitorRemoteResourceProperty = MonitorRemoteResourceProperty.builder()
         .identifier("identifier")
         .type("type")
         .build();
 

See Also: