public static final class CfnThreatIntelSetProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnThreatIntelSetProps
CfnThreatIntelSetProps
CfnThreatIntelSetProps.Builder, CfnThreatIntelSetProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getActivate()
A Boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.
|
java.lang.String |
getDetectorId()
The unique ID of the detector of the GuardDuty account that you want to create a threatIntelSet for.
|
java.lang.String |
getFormat()
The format of the file that contains the ThreatIntelSet.
|
java.lang.String |
getLocation()
The URI of the file that contains the ThreatIntelSet.
|
java.lang.String |
getName()
A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP addresses included in this ThreatIntelSet.
|
java.util.List<CfnTag> |
getTags()
The tags to be added to a new threat list resource.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getActivate()
CfnThreatIntelSetProps
getActivate
in interface CfnThreatIntelSetProps
public final java.lang.String getDetectorId()
CfnThreatIntelSetProps
getDetectorId
in interface CfnThreatIntelSetProps
public final java.lang.String getFormat()
CfnThreatIntelSetProps
getFormat
in interface CfnThreatIntelSetProps
public final java.lang.String getLocation()
CfnThreatIntelSetProps
getLocation
in interface CfnThreatIntelSetProps
public final java.lang.String getName()
CfnThreatIntelSetProps
getName
in interface CfnThreatIntelSetProps
public final java.util.List<CfnTag> getTags()
CfnThreatIntelSetProps
Each tag consists of a key and an optional value, both of which you define.
For more information, see Tag .
getTags
in interface CfnThreatIntelSetProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()