Interface CfnVirtualNode.LoggingFormatProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnVirtualNode.LoggingFormatProperty.Jsii$Proxy
- Enclosing class:
CfnVirtualNode
@Stability(Stable)
public static interface CfnVirtualNode.LoggingFormatProperty
extends software.amazon.jsii.JsiiSerializable
An object that represents the format for the logs.
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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnVirtualNode.LoggingFormatProperty
static final class
An implementation forCfnVirtualNode.LoggingFormatProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getJson
The logging format for JSON.- See Also:
-
getText
The logging format for text.- See Also:
-
builder
-