public static final class CfnFilterProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFilterProps
CfnFilterProps
CfnFilterProps.Builder, CfnFilterProps.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.String |
getAction()
Specifies the action that is to be applied to the findings that match the filter.
|
java.lang.String |
getDescription()
The description of the filter.
|
java.lang.String |
getDetectorId()
The ID of the detector belonging to the GuardDuty account that you want to create a filter for.
|
java.lang.Object |
getFindingCriteria()
Represents the criteria to be used in the filter for querying findings.
|
java.lang.String |
getName()
The name of the filter.
|
java.lang.Number |
getRank()
Specifies the position of the filter in the list of current filters.
|
java.util.List<CfnTag> |
getTags()
The tags to be added to a new filter 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.String getAction()
CfnFilterProps
getAction
in interface CfnFilterProps
public final java.lang.String getDescription()
CfnFilterProps
Valid special characters include period (.), underscore (_), dash (-), and whitespace. The new line character is considered to be an invalid input for description.
getDescription
in interface CfnFilterProps
public final java.lang.String getDetectorId()
CfnFilterProps
getDetectorId
in interface CfnFilterProps
public final java.lang.Object getFindingCriteria()
CfnFilterProps
getFindingCriteria
in interface CfnFilterProps
public final java.lang.String getName()
CfnFilterProps
Valid characters include period (.), underscore (_), dash (-), and alphanumeric characters. A whitespace is considered to be an invalid character.
getName
in interface CfnFilterProps
public final java.lang.Number getRank()
CfnFilterProps
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" ]
.
getRank
in interface CfnFilterProps
public final java.util.List<CfnTag> getTags()
CfnFilterProps
Each tag consists of a key and an optional value, both of which you define.
For more information, see Tag .
getTags
in interface CfnFilterProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()