public static final class CfnHookVersion.LoggingConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnHookVersion.LoggingConfigProperty
CfnHookVersion.LoggingConfigProperty
CfnHookVersion.LoggingConfigProperty.Builder, CfnHookVersion.LoggingConfigProperty.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 |
getLogGroupName()
The Amazon CloudWatch Logs group to which CloudFormation sends error logging information when invoking the extension's handlers.
|
java.lang.String |
getLogRoleArn()
The Amazon Resource Name (ARN) of the role that CloudFormation should assume when sending log entries to CloudWatch Logs.
|
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 getLogGroupName()
CfnHookVersion.LoggingConfigProperty
getLogGroupName
in interface CfnHookVersion.LoggingConfigProperty
public final java.lang.String getLogRoleArn()
CfnHookVersion.LoggingConfigProperty
getLogRoleArn
in interface CfnHookVersion.LoggingConfigProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()