Readonly[ReadonlykeyThe logical name; the key you set with secret set <key> and read with getSecret('<key>').
ReadonlykindAlways 'secret' (→ Secrets Manager).
Optional ReadonlyschemaOptional value schema (Zod/Valibot/ArkType — any Standard Schema). When set,
getSecret('<key>') returns the schema's output type (typegen inlines it)
and the runtime JSON-parses the stored value. Carried for synth wiring
(the parse flag) and typegen type inference; never serialized to the template.
Marker returned by secret — a sensitive value in AWS Secrets Manager.