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

Method metadata

src/construct.ts:287–289  ·  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

285 * This can be used, for example, to implement support for deprecation notices, source mapping, etc.
286 */
287 public get metadata() {
288 return [...this._metadata ?? []];
289 }
290
291 /**
292 * Adds a metadata entry to this construct.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected