Viewing docs for Databricks v1.90.0
published on Thursday, Mar 19, 2026 by Pulumi
published on Thursday, Mar 19, 2026 by Pulumi
Viewing docs for Databricks v1.90.0
published on Thursday, Mar 19, 2026 by Pulumi
published on Thursday, Mar 19, 2026 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,
provider_config: Optional[GetMaterializedFeaturesFeatureTagProviderConfig] = None,
opts: Optional[InvokeOptions] = None) -> GetMaterializedFeaturesFeatureTagResult
def get_materialized_features_feature_tag_output(key: Optional[pulumi.Input[str]] = None,
provider_config: Optional[pulumi.Input[GetMaterializedFeaturesFeatureTagProviderConfigArgs]] = 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 dictionaryThe following arguments are supported:
- Key string
- Provider
Config GetMaterialized Features Feature Tag Provider Config - Configure the provider for management through account provider.
- Key string
- Provider
Config GetMaterialized Features Feature Tag Provider Config - Configure the provider for management through account provider.
- key String
- provider
Config GetMaterialized Features Feature Tag Provider Config - Configure the provider for management through account provider.
- key string
- provider
Config GetMaterialized Features Feature Tag Provider Config - Configure the provider for management through account provider.
- key str
- provider_
config GetMaterialized Features Feature Tag Provider Config - Configure the provider for management through account provider.
- key String
- provider
Config Property Map - Configure the provider for management through account provider.
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)
- Provider
Config GetMaterialized Features Feature Tag Provider Config
- Id string
- The provider-assigned unique ID for this managed resource.
- Key string
- (string)
- Value string
- (string)
- Provider
Config GetMaterialized Features Feature Tag Provider Config
- id String
- The provider-assigned unique ID for this managed resource.
- key String
- (string)
- value String
- (string)
- provider
Config GetMaterialized Features Feature Tag Provider Config
- id string
- The provider-assigned unique ID for this managed resource.
- key string
- (string)
- value string
- (string)
- provider
Config GetMaterialized Features Feature Tag Provider Config
- id str
- The provider-assigned unique ID for this managed resource.
- key str
- (string)
- value str
- (string)
- provider_
config GetMaterialized Features Feature Tag Provider Config
- id String
- The provider-assigned unique ID for this managed resource.
- key String
- (string)
- value String
- (string)
- provider
Config Property Map
Supporting Types
GetMaterializedFeaturesFeatureTagProviderConfig
- Workspace
Id string - Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
- Workspace
Id string - Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
- workspace
Id String - Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
- workspace
Id string - Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
- workspace_
id str - Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
- workspace
Id String - Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
Package Details
- Repository
- databricks pulumi/pulumi-databricks
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
databricksTerraform Provider.
Viewing docs for Databricks v1.90.0
published on Thursday, Mar 19, 2026 by Pulumi
published on Thursday, Mar 19, 2026 by Pulumi
