@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FileAccessLog extends Object implements Serializable, Cloneable, StructuredPojo
An object that represents an access log file.
Constructor and Description |
---|
FileAccessLog() |
Modifier and Type | Method and Description |
---|---|
FileAccessLog |
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.
|
FileAccessLog |
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.
<note> <p>The Envoy process must have write permissions to the path that you specify here. Otherwise, Envoy fails to bootstrap properly.</p> </note>
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.
<note> <p>The Envoy process must have write permissions to the path that you specify here. Otherwise, Envoy fails to bootstrap properly.</p> </note>
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.
<note> <p>The Envoy process must have write permissions to the path that you specify here. Otherwise, Envoy fails to bootstrap properly.</p> </note>
/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.
<note> <p>The Envoy process must have write permissions to the path that you specify here. Otherwise, Envoy fails to bootstrap properly.</p> </note>
public FileAccessLog 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.
<note> <p>The Envoy process must have write permissions to the path that you specify here. Otherwise, Envoy fails to bootstrap properly.</p> </note>
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.
<note> <p>The Envoy process must have write permissions to the path that you specify here. Otherwise, Envoy fails to bootstrap properly.</p> </note>
public String toString()
toString
in class Object
Object.toString()
public FileAccessLog clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.