MCPcopy Create free account
hub / github.com/aws/constructs / metadata

Method metadata

src/construct.ts:303–305  ·  view source on GitHub ↗

* An immutable array of metadata objects associated with this construct. * This can be used, for example, to implement support for deprecation notices, source mapping, etc.

()

Source from the content-addressed store, hash-verified

301 * This can be used, for example, to implement support for deprecation notices, source mapping, etc.
302 */
303 public get metadata() {
304 return [...this._metadata ?? []];
305 }
306
307 /**
308 * Adds a metadata entry to this construct.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected