Secret
Summary​
A reference to a secret for use in Tecton object definitions.Methods​
__init__(...)​
Parameters
scope: str = NoneThe scope of the secret, specifying its domain or category.key: str = NoneThe key of the secret, uniquely identifying within its scope.
Returns​
A Secret class instance.
Example​
Secret(scope="<scope-name>", key="<key-name>")