Databricks v1.77.0 published on Tuesday, Nov 4, 2025 by Pulumi
databricks.getMaterializedFeaturesFeatureTags
Using getMaterializedFeaturesFeatureTags
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 getMaterializedFeaturesFeatureTags(args: GetMaterializedFeaturesFeatureTagsArgs, opts?: InvokeOptions): Promise<GetMaterializedFeaturesFeatureTagsResult>
function getMaterializedFeaturesFeatureTagsOutput(args: GetMaterializedFeaturesFeatureTagsOutputArgs, opts?: InvokeOptions): Output<GetMaterializedFeaturesFeatureTagsResult>def get_materialized_features_feature_tags(feature_name: Optional[str] = None,
page_size: Optional[int] = None,
table_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetMaterializedFeaturesFeatureTagsResult
def get_materialized_features_feature_tags_output(feature_name: Optional[pulumi.Input[str]] = None,
page_size: Optional[pulumi.Input[int]] = None,
table_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMaterializedFeaturesFeatureTagsResult]func GetMaterializedFeaturesFeatureTags(ctx *Context, args *GetMaterializedFeaturesFeatureTagsArgs, opts ...InvokeOption) (*GetMaterializedFeaturesFeatureTagsResult, error)
func GetMaterializedFeaturesFeatureTagsOutput(ctx *Context, args *GetMaterializedFeaturesFeatureTagsOutputArgs, opts ...InvokeOption) GetMaterializedFeaturesFeatureTagsResultOutput> Note: This function is named GetMaterializedFeaturesFeatureTags in the Go SDK.
public static class GetMaterializedFeaturesFeatureTags
{
public static Task<GetMaterializedFeaturesFeatureTagsResult> InvokeAsync(GetMaterializedFeaturesFeatureTagsArgs args, InvokeOptions? opts = null)
public static Output<GetMaterializedFeaturesFeatureTagsResult> Invoke(GetMaterializedFeaturesFeatureTagsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetMaterializedFeaturesFeatureTagsResult> getMaterializedFeaturesFeatureTags(GetMaterializedFeaturesFeatureTagsArgs args, InvokeOptions options)
public static Output<GetMaterializedFeaturesFeatureTagsResult> getMaterializedFeaturesFeatureTags(GetMaterializedFeaturesFeatureTagsArgs args, InvokeOptions options)
fn::invoke:
function: databricks:index/getMaterializedFeaturesFeatureTags:getMaterializedFeaturesFeatureTags
arguments:
# arguments dictionaryThe following arguments are supported:
- Feature
Name string - Table
Name string - Page
Size int - The maximum number of results to return
- Feature
Name string - Table
Name string - Page
Size int - The maximum number of results to return
- feature
Name String - table
Name String - page
Size Integer - The maximum number of results to return
- feature
Name string - table
Name string - page
Size number - The maximum number of results to return
- feature_
name str - table_
name str - page_
size int - The maximum number of results to return
- feature
Name String - table
Name String - page
Size Number - The maximum number of results to return
getMaterializedFeaturesFeatureTags Result
The following output properties are available:
- Feature
Name string -
List<Get
Materialized Features Feature Tags Feature Tag> - Id string
- The provider-assigned unique ID for this managed resource.
- Table
Name string - Page
Size int
- Feature
Name string -
[]Get
Materialized Features Feature Tags Feature Tag - Id string
- The provider-assigned unique ID for this managed resource.
- Table
Name string - Page
Size int
- feature
Name String -
List<Get
Materialized Features Feature Tags Feature Tag> - id String
- The provider-assigned unique ID for this managed resource.
- table
Name String - page
Size Integer
- feature
Name string -
Get
Materialized Features Feature Tags Feature Tag[] - id string
- The provider-assigned unique ID for this managed resource.
- table
Name string - page
Size number
- feature_
name str -
Sequence[Get
Materialized Features Feature Tags Feature Tag] - id str
- The provider-assigned unique ID for this managed resource.
- table_
name str - page_
size int
- feature
Name String - List<Property Map>
- id String
- The provider-assigned unique ID for this managed resource.
- table
Name String - page
Size Number
Supporting Types
GetMaterializedFeaturesFeatureTagsFeatureTag
Package Details
- Repository
- databricks pulumi/pulumi-databricks
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
databricksTerraform Provider.
