@Stability(value=Stable)
public static interface CfnVirtualNode.LoggingProperty
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.*; LoggingProperty loggingProperty = LoggingProperty.builder() .accessLog(AccessLogProperty.builder() .file(FileAccessLogProperty.builder() .path("path") .build()) .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnVirtualNode.LoggingProperty.Builder
A builder for
CfnVirtualNode.LoggingProperty |
static class |
CfnVirtualNode.LoggingProperty.Jsii$Proxy
An implementation for
CfnVirtualNode.LoggingProperty |
Modifier and Type | Method and Description |
---|---|
static CfnVirtualNode.LoggingProperty.Builder |
builder() |
default Object |
getAccessLog()
The access log configuration for a virtual node.
|
@Stability(value=Stable) @Nullable default Object getAccessLog()
@Stability(value=Stable) static CfnVirtualNode.LoggingProperty.Builder builder()
Copyright © 2022. All rights reserved.