public static final class CfnDetectorProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDetectorProps
CfnDetectorProps
CfnDetectorProps.Builder, CfnDetectorProps.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 |
getDataSources()
Describes which data sources will be enabled for the detector.
|
java.lang.Object |
getEnable()
Specifies whether the detector is to be enabled on creation.
|
java.lang.String |
getFindingPublishingFrequency()
Specifies how frequently updated findings are exported.
|
java.util.List<CfnTag> |
getTags()
The tags to be added to a new detector 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.Object getEnable()
CfnDetectorProps
getEnable
in interface CfnDetectorProps
public final java.lang.Object getDataSources()
CfnDetectorProps
getDataSources
in interface CfnDetectorProps
public final java.lang.String getFindingPublishingFrequency()
CfnDetectorProps
getFindingPublishingFrequency
in interface CfnDetectorProps
public final java.util.List<CfnTag> getTags()
CfnDetectorProps
Each tag consists of a key and an optional value, both of which you define.
For more information, see Tag .
getTags
in interface CfnDetectorProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()