Class CfnIPSetProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.guardduty.CfnIPSetProps.Jsii$Proxy
- All Implemented Interfaces:
CfnIPSetProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnIPSetProps
@Stability(Stable)
@Internal
public static final class CfnIPSetProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnIPSetProps
An implementation for
CfnIPSetProps-
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.guardduty.CfnIPSetProps
CfnIPSetProps.Builder, CfnIPSetProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnIPSetProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnIPSetProps.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 ObjectIndicates whether or not GuardDuty uses theIPSet.final StringThe unique ID of the detector of the GuardDuty account that you want to create an IPSet for.final StringThe format of the file that contains the IPSet.final StringThe URI of the file that contains the IPSet.final StringgetName()The user-friendly name to identify the IPSet.getTags()The tags to be added to a new IP set resource.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 theCfnIPSetProps.Builder.
-
-
Method Details
-
getActivate
Description copied from interface:CfnIPSetPropsIndicates whether or not GuardDuty uses theIPSet.- Specified by:
getActivatein interfaceCfnIPSetProps
-
getDetectorId
Description copied from interface:CfnIPSetPropsThe unique ID of the detector of the GuardDuty account that you want to create an IPSet for.- Specified by:
getDetectorIdin interfaceCfnIPSetProps
-
getFormat
Description copied from interface:CfnIPSetPropsThe format of the file that contains the IPSet.- Specified by:
getFormatin interfaceCfnIPSetProps
-
getLocation
Description copied from interface:CfnIPSetPropsThe URI of the file that contains the IPSet.- Specified by:
getLocationin interfaceCfnIPSetProps
-
getName
Description copied from interface:CfnIPSetPropsThe user-friendly name to identify the IPSet.Allowed characters are alphanumeric, whitespace, dash (-), and underscores (_).
- Specified by:
getNamein interfaceCfnIPSetProps
-
getTags
Description copied from interface:CfnIPSetPropsThe tags to be added to a new IP set resource.Each tag consists of a key and an optional value, both of which you define.
For more information, see Tag .
- Specified by:
getTagsin interfaceCfnIPSetProps
-
$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()
-