ResourceProviderContext
ResourceProviderContext
is a class used to pass context metadata, such as the
secrets, to the context parameter of a Resource Provider transformation. This
class provides essential information and metadata that can be leveraged within
your Resource Provider transformations.
Attributes​
secrets
: A dictionary of secrets that are available to the resource provider. The keys are the names of the secrets and the values are the actual secret values. Secrets are defined in thesecrets
field of the@resource_provider
decorator.