Class CfnFilterProps.Jsii$Proxy
- All Implemented Interfaces:
CfnFilterProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnFilterProps
CfnFilterProps
-
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.CfnFilterProps
CfnFilterProps.Builder, CfnFilterProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnFilterProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFilterProps.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 String
Specifies the action that is to be applied to the findings that match the filter.final String
The description of the filter.final String
The ID of the detector belonging to the GuardDuty account that you want to create a filter for.final Object
Represents the criteria to be used in the filter for querying findings.final String
getName()
The name of the filter.final Number
getRank()
Specifies the position of the filter in the list of current filters.getTags()
The tags to be added to a new filter 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 theCfnFilterProps.Builder
.
-
-
Method Details
-
getAction
Description copied from interface:CfnFilterProps
Specifies the action that is to be applied to the findings that match the filter.- Specified by:
getAction
in interfaceCfnFilterProps
-
getDescription
Description copied from interface:CfnFilterProps
The description of the filter.Valid characters include alphanumeric characters, and special characters such as hyphen, period, colon, underscore, parentheses (
{ }
,[ ]
, and( )
), forward slash, horizontal tab, vertical tab, newline, form feed, return, and whitespace.- Specified by:
getDescription
in interfaceCfnFilterProps
-
getDetectorId
Description copied from interface:CfnFilterProps
The ID of the detector belonging to the GuardDuty account that you want to create a filter for.- Specified by:
getDetectorId
in interfaceCfnFilterProps
-
getFindingCriteria
Description copied from interface:CfnFilterProps
Represents the criteria to be used in the filter for querying findings.- Specified by:
getFindingCriteria
in interfaceCfnFilterProps
-
getName
Description copied from interface:CfnFilterProps
The name of the filter.Valid characters include period (.), underscore (_), dash (-), and alphanumeric characters. A whitespace is considered to be an invalid character.
- Specified by:
getName
in interfaceCfnFilterProps
-
getRank
Description copied from interface:CfnFilterProps
Specifies the position of the filter in the list of current filters.Also specifies the order in which this filter is applied to the findings. The minimum value for this property is 1 and the maximum is 100.
By default, filters may not be created in the same order as they are ranked. To ensure that the filters are created in the expected order, you can use an optional attribute, DependsOn , with the following syntax:
"DependsOn":[ "ObjectName" ]
.- Specified by:
getRank
in interfaceCfnFilterProps
-
getTags
Description copied from interface:CfnFilterProps
The tags to be added to a new filter 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 interfaceCfnFilterProps
-
$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()
-