Class CfnThreatIntelSetProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.guardduty.CfnThreatIntelSetProps.Jsii$Proxy
- All Implemented Interfaces:
CfnThreatIntelSetProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnThreatIntelSetProps
@Stability(Stable)
@Internal
public static final class CfnThreatIntelSetProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnThreatIntelSetProps
An implementation for
CfnThreatIntelSetProps-
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.CfnThreatIntelSetProps
CfnThreatIntelSetProps.Builder, CfnThreatIntelSetProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnThreatIntelSetProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnThreatIntelSetProps.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 ObjectA Boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.final StringThe unique ID of the detector of the GuardDuty account for which you want to create aThreatIntelSet.final StringThe format of the file that contains the ThreatIntelSet.final StringThe URI of the file that contains the ThreatIntelSet.final StringgetName()A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP addresses included in this ThreatIntelSet.getTags()The tags to be added to a new threat list 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 theCfnThreatIntelSetProps.Builder.
-
-
Method Details
-
getFormat
Description copied from interface:CfnThreatIntelSetPropsThe format of the file that contains the ThreatIntelSet.- Specified by:
getFormatin interfaceCfnThreatIntelSetProps- See Also:
-
getLocation
Description copied from interface:CfnThreatIntelSetPropsThe URI of the file that contains the ThreatIntelSet.- Specified by:
getLocationin interfaceCfnThreatIntelSetProps- See Also:
-
getActivate
Description copied from interface:CfnThreatIntelSetPropsA Boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.- Specified by:
getActivatein interfaceCfnThreatIntelSetProps- See Also:
-
getDetectorId
Description copied from interface:CfnThreatIntelSetPropsThe unique ID of the detector of the GuardDuty account for which you want to create aThreatIntelSet.To find the
detectorIdin the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.- Specified by:
getDetectorIdin interfaceCfnThreatIntelSetProps- See Also:
-
getName
Description copied from interface:CfnThreatIntelSetPropsA user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP addresses included in this ThreatIntelSet.- Specified by:
getNamein interfaceCfnThreatIntelSetProps- See Also:
-
getTags
Description copied from interface:CfnThreatIntelSetPropsThe tags to be added to a new threat list resource.Each tag consists of a key and an optional value, both of which you define.
For more information, see Tag .
- Specified by:
getTagsin interfaceCfnThreatIntelSetProps- 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()
-