public static final class CfnClientVpnEndpoint.ConnectionLogOptionsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnClientVpnEndpoint.ConnectionLogOptionsProperty
CfnClientVpnEndpoint.ConnectionLogOptionsProperty
CfnClientVpnEndpoint.ConnectionLogOptionsProperty.Builder, CfnClientVpnEndpoint.ConnectionLogOptionsProperty.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 |
getCloudwatchLogGroup()
The name of the CloudWatch Logs log group.
|
java.lang.String |
getCloudwatchLogStream()
The name of the CloudWatch Logs log stream to which the connection data is published.
|
java.lang.Object |
getEnabled()
Indicates whether connection logging is enabled.
|
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 getEnabled()
CfnClientVpnEndpoint.ConnectionLogOptionsProperty
getEnabled
in interface CfnClientVpnEndpoint.ConnectionLogOptionsProperty
public final java.lang.String getCloudwatchLogGroup()
CfnClientVpnEndpoint.ConnectionLogOptionsProperty
Required if connection logging is enabled.
getCloudwatchLogGroup
in interface CfnClientVpnEndpoint.ConnectionLogOptionsProperty
public final java.lang.String getCloudwatchLogStream()
CfnClientVpnEndpoint.ConnectionLogOptionsProperty
getCloudwatchLogStream
in interface CfnClientVpnEndpoint.ConnectionLogOptionsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()