resource_provider
Summary​
Declare a ResourceProviderParameters
name
(Optional
[str
]) - Unique name for resource provider, Defaults to function name. Default:None
description
(Optional
[str
]) - Description of Resource Provider Default:None
owner
(Optional
[str
]) - Owner of resource provider (typically email) Default:None
tags
(Optional
[Dict
[str
,str
]]) - Tags associated with this Tecton Object (key-value pairs of arbitrary metadata). Default:None
secrets
(Optional
[Dict
[str
,Union
[Secret
,str
]]]) - A dictionary of Secret references that will be resolved and provided to the resource provider at runtime of the Feature View that this resource is used in. During local development and testing, strings may be used instead Secret references. Default:None
Returns
An object of typeResourceProvider