public static interface CfnVirtualGateway.VirtualGatewayAccessLogProperty
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.*; VirtualGatewayAccessLogProperty virtualGatewayAccessLogProperty = VirtualGatewayAccessLogProperty.builder() .file(VirtualGatewayFileAccessLogProperty.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 |
CfnVirtualGateway.VirtualGatewayAccessLogProperty.Builder
A builder for
CfnVirtualGateway.VirtualGatewayAccessLogProperty |
static class |
CfnVirtualGateway.VirtualGatewayAccessLogProperty.Jsii$Proxy
An implementation for
CfnVirtualGateway.VirtualGatewayAccessLogProperty |
Modifier and Type | Method and Description |
---|---|
static CfnVirtualGateway.VirtualGatewayAccessLogProperty.Builder |
builder() |
default java.lang.Object |
getFile()
The file object to send virtual gateway access logs to.
|
default java.lang.Object getFile()
static CfnVirtualGateway.VirtualGatewayAccessLogProperty.Builder builder()