MetadataEntry

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

Bases: object

A metadata entry in a cloud assembly artifact.

Parameters:
  • type (str) – The type of the metadata entry.

  • data (Union[str, FileAssetMetadataEntry, Dict[str, Any], ContainerImageAssetMetadataEntry, Sequence[Union[Tag, Dict[str, Any]]], None]) – The data. Default: - no data.

  • trace (Optional[Sequence[str]]) – A stack trace for when the entry was created. Default: - no trace.

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.