@Stability(value=Stable)
public static interface CfnVirtualGateway.VirtualGatewayLoggingProperty
extends software.amazon.jsii.JsiiSerializable
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 Object |
getAccessLog()
The access log configuration.
|
@Stability(value=Stable) @Nullable default Object getAccessLog()
@Stability(value=Stable) static CfnVirtualGateway.VirtualGatewayLoggingProperty.Builder builder()
Copyright © 2022. All rights reserved.