public static interface CfnVirtualNode.LoggingFormatProperty
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.*; 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 java.lang.Object |
getJson()
The logging format for JSON.
|
default java.lang.String |
getText()
The logging format for text.
|
default java.lang.Object getJson()
default java.lang.String getText()
static CfnVirtualNode.LoggingFormatProperty.Builder builder()