resource_provider
Summary​
Declare a ResourceProviderParameters
name(Optional[str]) - Unique name for resource provider, Defaults to function name. Default:Nonedescription(Optional[str]) - Description of Resource Provider Default:Noneowner(Optional[str]) - Owner of resource provider (typically email) Default:Nonetags(Optional[Dict[str,str]]) - Tags associated with this Tecton Object (key-value pairs of arbitrary metadata). Default:Nonesecrets(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