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

Method metadata

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

314 * This can be used, for example, to implement support for deprecation notices, source mapping, etc.
315 */
316 public get metadata() {
317 return [...this._metadata ?? []];
318 }
319
320 /**
321 * Adds a metadata entry to this construct.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected