Class CfnMonitorProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.networkflowmonitor.CfnMonitorProps.Jsii$Proxy
- All Implemented Interfaces:
CfnMonitorProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMonitorProps
@Stability(Stable)
@Internal
public static final class CfnMonitorProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMonitorProps
An implementation for
CfnMonitorProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.networkflowmonitor.CfnMonitorProps
CfnMonitorProps.Builder, CfnMonitorProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnMonitorProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnMonitorProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe local resources to monitor.final StringThe name of the monitor.final ObjectThe remote resources to monitor.final StringThe Amazon Resource Name (ARN) of the scope for the monitor.getTags()The tags for the monitor.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnMonitorProps.Builder.
-
-
Method Details
-
getLocalResources
Description copied from interface:CfnMonitorPropsThe local resources to monitor.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnMonitor.MonitorLocalResourceProperty>- Specified by:
getLocalResourcesin interfaceCfnMonitorProps- See Also:
-
getMonitorName
Description copied from interface:CfnMonitorPropsThe name of the monitor.- Specified by:
getMonitorNamein interfaceCfnMonitorProps- See Also:
-
getRemoteResources
Description copied from interface:CfnMonitorPropsThe remote resources to monitor.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnMonitor.MonitorRemoteResourceProperty>- Specified by:
getRemoteResourcesin interfaceCfnMonitorProps- See Also:
-
getScopeArn
Description copied from interface:CfnMonitorPropsThe Amazon Resource Name (ARN) of the scope for the monitor.- Specified by:
getScopeArnin interfaceCfnMonitorProps- See Also:
-
getTags
Description copied from interface:CfnMonitorPropsThe tags for the monitor.- Specified by:
getTagsin interfaceCfnMonitorProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-