interface SynthesisMessage
Language | Type name |
---|---|
.NET | Amazon.CDK.CXAPI.SynthesisMessage |
Java | software.amazon.awscdk.cxapi.SynthesisMessage |
Python | aws_cdk.cx_api.SynthesisMessage |
TypeScript (source) | @aws-cdk/cx-api » SynthesisMessage |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as cx_api from '@aws-cdk/cx-api';
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
Name | Type | Description |
---|---|---|
entry | Metadata | |
id | string | |
level | Synthesis |
entry
Type:
Metadata
id
Type:
string
level
Type:
Synthesis