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>")