MetadataEntry

class aws_cdk.cloud_assembly_schema.MetadataEntry(*, type, data=None, trace=None)

Bases: object

A metadata entry in a cloud assembly artifact.

Parameters:

Attributes

data

The data.

Default:
  • no data.

trace

A stack trace for when the entry was created.

Default:
  • no trace.

type

The type of the metadata entry.