Class CfnThreatIntelSetProps.Jsii$Proxy
- All Implemented Interfaces:
CfnThreatIntelSetProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnThreatIntelSetProps
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
ConstructorsModifierConstructorDescriptionprotected
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 determines if GuardDuty can start using this list for custom threat detection.final String
The unique ID of the detector of the GuardDuty account for which you want to create athreatIntelSet
.final String
The AWS account ID that owns the Amazon S3 bucket specified in the Location field.final String
The format of the file that contains theThreatIntelSet
.final String
The URI of the file that contains the ThreatIntelSet.final String
getName()
The user-friendly name to identify the ThreatIntelSet.getTags()
The tags to be added to a new threat entity set 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 theThreatIntelSet
.For information about supported formats, see List formats in the Amazon GuardDuty User Guide .
- 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 determines if GuardDuty can start using this list for custom threat detection.For GuardDuty to be able to generate findings based on an activity associated with these entries, this list must be active.
- 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:
-
getExpectedBucketOwner
Description copied from interface:CfnThreatIntelSetProps
The AWS account ID that owns the Amazon S3 bucket specified in the Location field.When you provide this account ID, GuardDuty will validate that the S3 bucket belongs to this account. If you don't specify an account ID owner, GuardDuty doesn't perform any validation.
- Specified by:
getExpectedBucketOwner
in interfaceCfnThreatIntelSetProps
- See Also:
-
getName
Description copied from interface:CfnThreatIntelSetProps
The user-friendly name to identify the ThreatIntelSet.The name of your list must be unique within an AWS account and Region. Valid characters are alphanumeric, whitespace, dash (-), and underscores (_).
- Specified by:
getName
in interfaceCfnThreatIntelSetProps
- See Also:
-
getTags
Description copied from interface:CfnThreatIntelSetProps
The tags to be added to a new threat entity set 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()
-