public static final class CfnVirtualGateway.VirtualGatewayFileAccessLogProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnVirtualGateway.VirtualGatewayFileAccessLogProperty
CfnVirtualGateway.VirtualGatewayFileAccessLogProperty
CfnVirtualGateway.VirtualGatewayFileAccessLogProperty.Builder, CfnVirtualGateway.VirtualGatewayFileAccessLogProperty.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 |
getFormat()
The specified format for the virtual gateway access logs.
|
java.lang.String |
getPath()
The file path to write access logs to.
|
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 getPath()
CfnVirtualGateway.VirtualGatewayFileAccessLogProperty
You can use /dev/stdout
to send access logs to standard out and configure your Envoy container to use a log driver, such as awslogs
, to export the access logs to a log storage service such as Amazon CloudWatch Logs. You can also specify a path in the Envoy container's file system to write the files to disk.
getPath
in interface CfnVirtualGateway.VirtualGatewayFileAccessLogProperty
public final java.lang.Object getFormat()
CfnVirtualGateway.VirtualGatewayFileAccessLogProperty
It can be either json_format
or text_format
.
getFormat
in interface CfnVirtualGateway.VirtualGatewayFileAccessLogProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()