Skip to main content
Version: Beta 🚧

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 the secrets field of the @resource_provider decorator.

Was this page helpful?