Optional
Readonly
confidentialAn optional boolean indicating whether the resolved parameter value is confidential and should be concealed from the logs.
Optional
Readonly
dependenciesAn optional list of stack paths of the stacks this resolver depends on.
The stacks are added to the list of stacks that the stack where this resolver is used depends on.
Optional
Readonly
iamAn optional list of IAM roles needed to resolve the parameter value.
The credentials used to deploy the stack that uses this resolver must have sufficient permissions to assume the listed IAM roles.
Readonly
resolveResolve the stack parameter value.
Resolver input
Resolved parameter value
An interface to be implemented by objects that resolve values for stack parameters at deploy time.