@Stability(value=Stable) public static final class CfnVirtualNode.FileAccessLogProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnVirtualNode.FileAccessLogProperty>
CfnVirtualNode.FileAccessLogProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnVirtualNode.FileAccessLogProperty |
build()
Builds the configured instance.
|
CfnVirtualNode.FileAccessLogProperty.Builder |
format(CfnVirtualNode.LoggingFormatProperty format)
Sets the value of
CfnVirtualNode.FileAccessLogProperty.getFormat() |
CfnVirtualNode.FileAccessLogProperty.Builder |
format(IResolvable format)
Sets the value of
CfnVirtualNode.FileAccessLogProperty.getFormat() |
CfnVirtualNode.FileAccessLogProperty.Builder |
path(String path)
Sets the value of
CfnVirtualNode.FileAccessLogProperty.getPath() |
@Stability(value=Stable) public CfnVirtualNode.FileAccessLogProperty.Builder path(String path)
CfnVirtualNode.FileAccessLogProperty.getPath()path - The file path to write access logs to. This parameter is required.
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.
The Envoy process must have write permissions to the path that you specify here. Otherwise, Envoy fails to bootstrap properly.
this@Stability(value=Stable) public CfnVirtualNode.FileAccessLogProperty.Builder format(CfnVirtualNode.LoggingFormatProperty format)
CfnVirtualNode.FileAccessLogProperty.getFormat()format - `CfnVirtualNode.FileAccessLogProperty.Format`.this@Stability(value=Stable) public CfnVirtualNode.FileAccessLogProperty.Builder format(IResolvable format)
CfnVirtualNode.FileAccessLogProperty.getFormat()format - `CfnVirtualNode.FileAccessLogProperty.Format`.this@Stability(value=Stable) public CfnVirtualNode.FileAccessLogProperty build()
build in interface software.amazon.jsii.Builder<CfnVirtualNode.FileAccessLogProperty>CfnVirtualNode.FileAccessLogPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.