Class CfnThreatEntitySetProps.Jsii$Proxy
- All Implemented Interfaces:
CfnThreatEntitySetProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnThreatEntitySetProps
CfnThreatEntitySetProps
-
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.CfnThreatEntitySetProps
CfnThreatEntitySetProps.Builder, CfnThreatEntitySetProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnThreatEntitySetProps.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 regional detector ID of the GuardDuty account for which you want to create a threat entity set.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 the threat entity set.final String
The URI of the file that contains the threat entity set.final String
getName()
The user-friendly name to identify the threat entity set.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 theCfnThreatEntitySetProps.Builder
.
-
-
Method Details
-
getFormat
Description copied from interface:CfnThreatEntitySetProps
The format of the file that contains the threat entity set.For information about supported formats, see List formats in the Amazon GuardDuty User Guide .
- Specified by:
getFormat
in interfaceCfnThreatEntitySetProps
- See Also:
-
getLocation
Description copied from interface:CfnThreatEntitySetProps
The URI of the file that contains the threat entity set.- Specified by:
getLocation
in interfaceCfnThreatEntitySetProps
- See Also:
-
getActivate
Description copied from interface:CfnThreatEntitySetProps
A boolean value that determines if GuardDuty can start using this list for custom threat detection.For GuardDuty to consider the entries in this list and generate findings based on associated activity, this list must be active.
- Specified by:
getActivate
in interfaceCfnThreatEntitySetProps
- See Also:
-
getDetectorId
Description copied from interface:CfnThreatEntitySetProps
The unique regional detector ID of the GuardDuty account for which you want to create a threat entity set.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 interfaceCfnThreatEntitySetProps
- See Also:
-
getExpectedBucketOwner
Description copied from interface:CfnThreatEntitySetProps
The AWS account ID that owns the Amazon S3 bucket specified in the Location field.Whether or not you provide the account ID for this optional field, GuardDuty validates that the account ID associated with the
DetectorId
owns the S3 bucket in theLocation
field. If GuardDuty finds that this S3 bucket doesn't belong to the specified account ID, you will get an error at the time of activating this list.- Specified by:
getExpectedBucketOwner
in interfaceCfnThreatEntitySetProps
- See Also:
-
getName
Description copied from interface:CfnThreatEntitySetProps
The user-friendly name to identify the threat entity set.Valid characters are alphanumeric, whitespace, dash (-), and underscores (_).
- Specified by:
getName
in interfaceCfnThreatEntitySetProps
- See Also:
-
getTags
Description copied from interface:CfnThreatEntitySetProps
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 interfaceCfnThreatEntitySetProps
- 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()
-