@Stability(value=Stable) @Internal public static final class CfnFilterProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFilterProps
CfnFilterPropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnFilterProps.Builder, CfnFilterProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnFilterProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnFilterProps.Builder. |
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(Object o) |
String |
getAction()
Specifies the action that is to be applied to the findings that match the filter.
|
String |
getDescription()
The description of the filter.
|
String |
getDetectorId()
The ID of the detector belonging to the GuardDuty account that you want to create a filter for.
|
Object |
getFindingCriteria()
Represents the criteria to be used in the filter for querying findings.
|
String |
getName()
The name of the filter.
|
Number |
getRank()
Specifies the position of the filter in the list of current filters.
|
List<CfnTag> |
getTags()
The tags to be added to a new filter resource.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnFilterProps.Builder builder)
CfnFilterProps.Builder.public final String getAction()
CfnFilterPropsgetAction in interface CfnFilterPropspublic final String getDescription()
CfnFilterPropsgetDescription in interface CfnFilterPropspublic final String getDetectorId()
CfnFilterPropsgetDetectorId in interface CfnFilterPropspublic final Object getFindingCriteria()
CfnFilterPropsgetFindingCriteria in interface CfnFilterPropspublic final String getName()
CfnFilterPropsMinimum length of 3. Maximum length of 64. Valid characters include alphanumeric characters, dot (.), underscore (_), and dash (-). Spaces are not allowed.
getName in interface CfnFilterPropspublic final Number getRank()
CfnFilterPropsAlso specifies the order in which this filter is applied to the findings.
By default, filters may not be created in the same order as they are ranked. To ensure filters are created in the correct order, you can use the optional
DependsOnattribute with the following syntax:"DependsOn":[ "ObjectName" ]. You can find more information on using this attribute here .
getRank in interface CfnFilterPropspublic final List<CfnTag> getTags()
CfnFilterPropsEach tag consists of a key and an optional value, both of which you define.
For more information, see Tag .
getTags in interface CfnFilterProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.