public static final class CfnAnalyzerProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAnalyzerProps
CfnAnalyzerProps
CfnAnalyzerProps.Builder, CfnAnalyzerProps.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 |
getAnalyzerName()
The name of the analyzer.
|
java.lang.Object |
getArchiveRules()
Specifies the archive rules to add for the analyzer.
|
java.util.List<CfnTag> |
getTags()
The tags to apply to the analyzer.
|
java.lang.String |
getType()
The type represents the zone of trust for the analyzer.
|
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 getType()
CfnAnalyzerProps
Allowed Values : ACCOUNT | ORGANIZATION
getType
in interface CfnAnalyzerProps
public final java.lang.String getAnalyzerName()
CfnAnalyzerProps
getAnalyzerName
in interface CfnAnalyzerProps
public final java.lang.Object getArchiveRules()
CfnAnalyzerProps
getArchiveRules
in interface CfnAnalyzerProps
public final java.util.List<CfnTag> getTags()
CfnAnalyzerProps
getTags
in interface CfnAnalyzerProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()