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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.guardduty.CfnFilterProps
CfnFilterProps.Builder, CfnFilterProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnFilterProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFilterProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringSpecifies the action that is to be applied to the findings that match the filter.final StringThe description of the filter.final StringThe detector ID associated with the GuardDuty account for which you want to create a filter.final ObjectRepresents the criteria to be used in the filter for querying findings.final StringgetName()The name of the filter.final NumbergetRank()Specifies the position of the filter in the list of current filters.getTags()The tags to be added to a new filter resource.final inthashCode()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
-
getDetectorId
Description copied from interface:CfnFilterPropsThe detector ID associated with the GuardDuty account for which you want to create a filter.To find the
detectorIdin the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.- Specified by:
getDetectorIdin interfaceCfnFilterProps- See Also:
-
getFindingCriteria
Description copied from interface:CfnFilterPropsRepresents the criteria to be used in the filter for querying findings.- Specified by:
getFindingCriteriain interfaceCfnFilterProps- See Also:
-
getName
Description copied from interface:CfnFilterPropsThe name of the filter.Valid characters include period (.), underscore (_), dash (-), and alphanumeric characters. A whitespace is considered to be an invalid character.
- Specified by:
getNamein interfaceCfnFilterProps- See Also:
-
getAction
Description copied from interface:CfnFilterPropsSpecifies the action that is to be applied to the findings that match the filter.- Specified by:
getActionin interfaceCfnFilterProps- See Also:
-
getDescription
Description copied from interface:CfnFilterPropsThe 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:
getDescriptionin interfaceCfnFilterProps- See Also:
-
getRank
Description copied from interface:CfnFilterPropsSpecifies 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:
getRankin interfaceCfnFilterProps- See Also:
-
getTags
Description copied from interface:CfnFilterPropsThe 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:
getTagsin interfaceCfnFilterProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-