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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnMonitor.MonitorRemoteResourcePropertystatic final classAn implementation forCfnMonitor.MonitorRemoteResourceProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIdentifier
The identifier of the remote resource.- See Also:
-
getType
The type of the remote resource.- See Also:
-
builder
-