1. Packages
  2. Databricks Provider
  3. API Docs
  4. getMaterializedFeaturesFeatureTag
Databricks v1.74.0 published on Thursday, Aug 14, 2025 by Pulumi

databricks.getMaterializedFeaturesFeatureTag

Explore with Pulumi AI

databricks logo
Databricks v1.74.0 published on Thursday, Aug 14, 2025 by Pulumi

    Using getMaterializedFeaturesFeatureTag

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getMaterializedFeaturesFeatureTag(args: GetMaterializedFeaturesFeatureTagArgs, opts?: InvokeOptions): Promise<GetMaterializedFeaturesFeatureTagResult>
    function getMaterializedFeaturesFeatureTagOutput(args: GetMaterializedFeaturesFeatureTagOutputArgs, opts?: InvokeOptions): Output<GetMaterializedFeaturesFeatureTagResult>
    def get_materialized_features_feature_tag(key: Optional[str] = None,
                                              value: Optional[str] = None,
                                              opts: Optional[InvokeOptions] = None) -> GetMaterializedFeaturesFeatureTagResult
    def get_materialized_features_feature_tag_output(key: Optional[pulumi.Input[str]] = None,
                                              value: Optional[pulumi.Input[str]] = None,
                                              opts: Optional[InvokeOptions] = None) -> Output[GetMaterializedFeaturesFeatureTagResult]
    func LookupMaterializedFeaturesFeatureTag(ctx *Context, args *LookupMaterializedFeaturesFeatureTagArgs, opts ...InvokeOption) (*LookupMaterializedFeaturesFeatureTagResult, error)
    func LookupMaterializedFeaturesFeatureTagOutput(ctx *Context, args *LookupMaterializedFeaturesFeatureTagOutputArgs, opts ...InvokeOption) LookupMaterializedFeaturesFeatureTagResultOutput

    > Note: This function is named LookupMaterializedFeaturesFeatureTag in the Go SDK.

    public static class GetMaterializedFeaturesFeatureTag 
    {
        public static Task<GetMaterializedFeaturesFeatureTagResult> InvokeAsync(GetMaterializedFeaturesFeatureTagArgs args, InvokeOptions? opts = null)
        public static Output<GetMaterializedFeaturesFeatureTagResult> Invoke(GetMaterializedFeaturesFeatureTagInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetMaterializedFeaturesFeatureTagResult> getMaterializedFeaturesFeatureTag(GetMaterializedFeaturesFeatureTagArgs args, InvokeOptions options)
    public static Output<GetMaterializedFeaturesFeatureTagResult> getMaterializedFeaturesFeatureTag(GetMaterializedFeaturesFeatureTagArgs args, InvokeOptions options)
    
    fn::invoke:
      function: databricks:index/getMaterializedFeaturesFeatureTag:getMaterializedFeaturesFeatureTag
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Key string
    Value string
    (string)
    Key string
    Value string
    (string)
    key String
    value String
    (string)
    key string
    value string
    (string)
    key str
    value str
    (string)
    key String
    value String
    (string)

    getMaterializedFeaturesFeatureTag Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Key string
    (string)
    Value string
    (string)
    Id string
    The provider-assigned unique ID for this managed resource.
    Key string
    (string)
    Value string
    (string)
    id String
    The provider-assigned unique ID for this managed resource.
    key String
    (string)
    value String
    (string)
    id string
    The provider-assigned unique ID for this managed resource.
    key string
    (string)
    value string
    (string)
    id str
    The provider-assigned unique ID for this managed resource.
    key str
    (string)
    value str
    (string)
    id String
    The provider-assigned unique ID for this managed resource.
    key String
    (string)
    value String
    (string)

    Package Details

    Repository
    databricks pulumi/pulumi-databricks
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the databricks Terraform Provider.
    databricks logo
    Databricks v1.74.0 published on Thursday, Aug 14, 2025 by Pulumi