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