public static interface CfnVirtualNode.AccessLogProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.appmesh.*; AccessLogProperty accessLogProperty = AccessLogProperty.builder() .file(FileAccessLogProperty.builder() .path("path") // the properties below are optional .format(LoggingFormatProperty.builder() .json(List.of(JsonFormatRefProperty.builder() .key("key") .value("value") .build())) .text("text") .build()) .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnVirtualNode.AccessLogProperty.Builder
A builder for
CfnVirtualNode.AccessLogProperty |
static class |
CfnVirtualNode.AccessLogProperty.Jsii$Proxy
An implementation for
CfnVirtualNode.AccessLogProperty |
Modifier and Type | Method and Description |
---|---|
static CfnVirtualNode.AccessLogProperty.Builder |
builder() |
default java.lang.Object |
getFile()
The file object to send virtual node access logs to.
|
default java.lang.Object getFile()
static CfnVirtualNode.AccessLogProperty.Builder builder()