public static interface CfnVirtualGateway.VirtualGatewayLoggingProperty
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.*; VirtualGatewayLoggingProperty virtualGatewayLoggingProperty = VirtualGatewayLoggingProperty.builder() .accessLog(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()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnVirtualGateway.VirtualGatewayLoggingProperty.Builder
A builder for
CfnVirtualGateway.VirtualGatewayLoggingProperty |
static class |
CfnVirtualGateway.VirtualGatewayLoggingProperty.Jsii$Proxy
An implementation for
CfnVirtualGateway.VirtualGatewayLoggingProperty |
Modifier and Type | Method and Description |
---|---|
static CfnVirtualGateway.VirtualGatewayLoggingProperty.Builder |
builder() |
default java.lang.Object |
getAccessLog()
The access log configuration.
|
default java.lang.Object getAccessLog()
static CfnVirtualGateway.VirtualGatewayLoggingProperty.Builder builder()