| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.AppMesh.Types.VirtualGatewayFileAccessLog
Description
Synopsis
- data VirtualGatewayFileAccessLog = VirtualGatewayFileAccessLog' {
- format :: Maybe LoggingFormat
- path :: Text
- newVirtualGatewayFileAccessLog :: Text -> VirtualGatewayFileAccessLog
- virtualGatewayFileAccessLog_format :: Lens' VirtualGatewayFileAccessLog (Maybe LoggingFormat)
- virtualGatewayFileAccessLog_path :: Lens' VirtualGatewayFileAccessLog Text
Documentation
data VirtualGatewayFileAccessLog Source #
An object that represents an access log file.
See: newVirtualGatewayFileAccessLog smart constructor.
Constructors
| VirtualGatewayFileAccessLog' | |
Fields
| |
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:format:VirtualGatewayFileAccessLog', virtualGatewayFileAccessLog_format - The specified format for the virtual gateway access logs. It can be
either json_format or text_format.
$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_format :: Lens' VirtualGatewayFileAccessLog (Maybe LoggingFormat) Source #
The specified format for the virtual gateway access logs. It can be
either json_format or text_format.
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.