Interface ILoggingFormatConfig
All Properties for Envoy Access Logging Format for mesh endpoints.
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ILoggingFormatConfig
Syntax (vb)
Public Interface 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
Properties
FormatConfig | CFN configuration for Access Logging Format. |
Properties
FormatConfig
CFN configuration for Access Logging Format.
virtual CfnVirtualNode.ILoggingFormatProperty FormatConfig { get; }
Property Value
CfnVirtualNode.ILoggingFormatProperty
Remarks
Default: - no access logging format