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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.guardduty.CfnThreatIntelSetProps
CfnThreatIntelSetProps.Builder, CfnThreatIntelSetProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnThreatIntelSetProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnThreatIntelSetProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
A Boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.final String
The unique ID of the detector of the GuardDuty account for which you want to create aThreatIntelSet
.final String
The format of the file that contains the ThreatIntelSet.final String
The URI of the file that contains the ThreatIntelSet.final String
getName()
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 int
hashCode()
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:CfnThreatIntelSetProps
The format of the file that contains the ThreatIntelSet.- Specified by:
getFormat
in interfaceCfnThreatIntelSetProps
- See Also:
-
getLocation
Description copied from interface:CfnThreatIntelSetProps
The URI of the file that contains the ThreatIntelSet.- Specified by:
getLocation
in interfaceCfnThreatIntelSetProps
- See Also:
-
getActivate
Description copied from interface:CfnThreatIntelSetProps
A Boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.- Specified by:
getActivate
in interfaceCfnThreatIntelSetProps
- See Also:
-
getDetectorId
Description copied from interface:CfnThreatIntelSetProps
The unique ID of the detector of the GuardDuty account for which you want to create aThreatIntelSet
.To find the
detectorId
in the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.- Specified by:
getDetectorId
in interfaceCfnThreatIntelSetProps
- See Also:
-
getName
Description copied from interface:CfnThreatIntelSetProps
A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP addresses included in this ThreatIntelSet.- Specified by:
getName
in interfaceCfnThreatIntelSetProps
- See Also:
-
getTags
Description copied from interface:CfnThreatIntelSetProps
The 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:
getTags
in interfaceCfnThreatIntelSetProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-