Interface CfnMonitor.MonitorLocalResourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMonitor.MonitorLocalResourceProperty.Jsii$Proxy
- Enclosing class:
CfnMonitor
@Stability(Stable)
public static interface CfnMonitor.MonitorLocalResourceProperty
extends software.amazon.jsii.JsiiSerializable
A local resource is the host where the agent is installed.
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.*;
MonitorLocalResourceProperty monitorLocalResourceProperty = MonitorLocalResourceProperty.builder()
.identifier("identifier")
.type("type")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnMonitor.MonitorLocalResourcePropertystatic final classAn implementation forCfnMonitor.MonitorLocalResourceProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIdentifier
The identifier of the local resource.- See Also:
-
getType
The type of the local resource.- See Also:
-
builder
-