aws-cdk-lib.cx_api.SynthesisMessage

interface SynthesisMessage

LanguageType name
.NETAmazon.CDK.CXAPI.SynthesisMessage
Gogithub.com/aws/aws-cdk-go/awscdk/v2/cxapi#SynthesisMessage
Javasoftware.amazon.awscdk.cxapi.SynthesisMessage
Pythonaws_cdk.cx_api.SynthesisMessage
TypeScript (source)aws-cdk-lib » cx_api » SynthesisMessage

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { cx_api } from 'aws-cdk-lib';
const synthesisMessage: cx_api.SynthesisMessage = {
  entry: {
    type: 'type',

    // the properties below are optional
    data: 'data',
    trace: ['trace'],
  },
  id: 'id',
  level: cx_api.SynthesisMessageLevel.INFO,
};

Properties

NameTypeDescription
entryMetadataEntry
idstring
levelSynthesisMessageLevel

entry

Type: MetadataEntry


id

Type: string


level

Type: SynthesisMessageLevel