@Stability(value=Stable)
public static interface CfnVirtualNode.LoggingFormatProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
LoggingFormatProperty loggingFormatProperty = LoggingFormatProperty.builder()
.json(List.of(JsonFormatRefProperty.builder()
.key("key")
.value("value")
.build()))
.text("text")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnVirtualNode.LoggingFormatProperty.Builder
A builder for
CfnVirtualNode.LoggingFormatProperty |
static class |
CfnVirtualNode.LoggingFormatProperty.Jsii$Proxy
An implementation for
CfnVirtualNode.LoggingFormatProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnVirtualNode.LoggingFormatProperty.Builder |
builder() |
default Object |
getJson()
`CfnVirtualNode.LoggingFormatProperty.Json`.
|
default String |
getText()
`CfnVirtualNode.LoggingFormatProperty.Text`.
|
@Stability(value=Stable) @Nullable default Object getJson()
@Stability(value=Stable) @Nullable default String getText()
@Stability(value=Stable) static CfnVirtualNode.LoggingFormatProperty.Builder builder()
Copyright © 2022. All rights reserved.