aws-cdk-lib.aws_appmesh.LoggingFormatConfig

interface LoggingFormatConfig

LanguageType name
.NETAmazon.CDK.AWS.AppMesh.LoggingFormatConfig
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsappmesh#LoggingFormatConfig
Javasoftware.amazon.awscdk.services.appmesh.LoggingFormatConfig
Pythonaws_cdk.aws_appmesh.LoggingFormatConfig
TypeScript (source)aws-cdk-lib » aws_appmesh » LoggingFormatConfig

Obtainable from LoggingFormat.bind()

All Properties for Envoy Access Logging Format for mesh endpoints.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appmesh as appmesh } from 'aws-cdk-lib';
const loggingFormatConfig: appmesh.LoggingFormatConfig = {
  formatConfig: {
    json: [{
      key: 'key',
      value: 'value',
    }],
    text: 'text',
  },
};

Properties

NameTypeDescription
formatConfig?LoggingFormatPropertyCFN configuration for Access Logging Format.

formatConfig?

Type: LoggingFormatProperty (optional, default: no access logging format)

CFN configuration for Access Logging Format.