Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data VirtualGatewayFileAccessLog Source #
An object that represents an access log file.
See: newVirtualGatewayFileAccessLog
smart constructor.
VirtualGatewayFileAccessLog' | |
|
Instances
newVirtualGatewayFileAccessLog Source #
Create a value of VirtualGatewayFileAccessLog
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:path:VirtualGatewayFileAccessLog'
, virtualGatewayFileAccessLog_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.
virtualGatewayFileAccessLog_path :: Lens' VirtualGatewayFileAccessLog Text Source #
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.