public static final class CfnFilter.FindingCriteriaProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFilter.FindingCriteriaProperty
CfnFilter.FindingCriteriaProperty
CfnFilter.FindingCriteriaProperty.Builder, CfnFilter.FindingCriteriaProperty.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.Object |
getCriterion()
Represents a map of finding properties that match specified conditions and values when querying findings.
|
java.lang.Object |
getItemType()
Specifies the condition to be applied to a single field when filtering through findings.
|
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.Object getCriterion()
CfnFilter.FindingCriteriaProperty
For a mapping of JSON criterion to their console equivalent see Finding criteria . The following are the available criterion:
When this attribute is set to TRUE, only archived findings are listed. When it's set to FALSE, only unarchived findings are listed. When this attribute is not set, all existing findings are listed.
Type: ISO 8601 string format: YYYY-MM-DDTHH:MM:SS.SSSZ or YYYY-MM-DDTHH:MM:SSZ depending on whether the value contains milliseconds.
getCriterion
in interface CfnFilter.FindingCriteriaProperty
public final java.lang.Object getItemType()
CfnFilter.FindingCriteriaProperty
getItemType
in interface CfnFilter.FindingCriteriaProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()