@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class VirtualGatewayFileAccessLog extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents an access log file.
Constructor and Description |
---|
VirtualGatewayFileAccessLog() |
Modifier and Type | Method and Description |
---|---|
VirtualGatewayFileAccessLog |
clone() |
boolean |
equals(Object obj) |
String |
getPath()
The file path to write access logs to.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPath(String path)
The file path to write access logs to.
|
String |
toString()
Returns a string representation of this object.
|
VirtualGatewayFileAccessLog |
withPath(String path)
The file path to write access logs to.
|
public void setPath(String path)
The file path to write access logs to. 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.
path
- The file path to write access logs to. 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.public String getPath()
The file path to write access logs to. 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.
/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.public VirtualGatewayFileAccessLog withPath(String path)
The file path to write access logs to. 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.
path
- The file path to write access logs to. 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.public String toString()
toString
in class Object
Object.toString()
public VirtualGatewayFileAccessLog clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.