Class LoggingFormatConfig
All Properties for Envoy Access Logging Format for mesh endpoints.
Inheritance
System.Object
LoggingFormatConfig
Implements
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class LoggingFormatConfig : Object, ILoggingFormatConfig
Syntax (vb)
Public Class LoggingFormatConfig
Inherits Object
Implements ILoggingFormatConfig
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AppMesh;
var loggingFormatConfig = new LoggingFormatConfig {
FormatConfig = new LoggingFormatProperty {
Json = new [] { new JsonFormatRefProperty {
Key = "key",
Value = "value"
} },
Text = "text"
}
};
Synopsis
Constructors
LoggingFormatConfig() |
Properties
FormatConfig | CFN configuration for Access Logging Format. |
Constructors
LoggingFormatConfig()
public LoggingFormatConfig()
Properties
FormatConfig
CFN configuration for Access Logging Format.
public CfnVirtualNode.ILoggingFormatProperty FormatConfig { get; set; }
Property Value
CfnVirtualNode.ILoggingFormatProperty
Remarks
Default: - no access logging format