Class CfnMonitorMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.networkflowmonitor.CfnMonitorMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnMonitorMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMonitorMixinProps
@Stability(Stable)
@Internal
public static final class CfnMonitorMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMonitorMixinProps
An implementation for
CfnMonitorMixinProps-
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.cfnpropertymixins.services.networkflowmonitor.CfnMonitorMixinProps
CfnMonitorMixinProps.Builder, CfnMonitorMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnMonitorMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnMonitorMixinProps.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 theCfnMonitorMixinProps.Builder.
-
-
Method Details
-
getLocalResources
Description copied from interface:CfnMonitorMixinPropsThe local resources to monitor.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnMonitorPropsMixin.MonitorLocalResourceProperty>- Specified by:
getLocalResourcesin interfaceCfnMonitorMixinProps- See Also:
-
getMonitorName
Description copied from interface:CfnMonitorMixinPropsThe name of the monitor.- Specified by:
getMonitorNamein interfaceCfnMonitorMixinProps- See Also:
-
getRemoteResources
Description copied from interface:CfnMonitorMixinPropsThe remote resources to monitor.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnMonitorPropsMixin.MonitorRemoteResourceProperty>- Specified by:
getRemoteResourcesin interfaceCfnMonitorMixinProps- See Also:
-
getScopeArn
Description copied from interface:CfnMonitorMixinPropsThe Amazon Resource Name (ARN) of the scope for the monitor.- Specified by:
getScopeArnin interfaceCfnMonitorMixinProps- See Also:
-
getTags
Description copied from interface:CfnMonitorMixinPropsThe tags for the monitor.- Specified by:
getTagsin interfaceCfnMonitorMixinProps- 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()
-