Databricks v1.83.0 published on Friday, Jan 23, 2026 by Pulumi
Databricks v1.83.0 published on Friday, Jan 23, 2026 by Pulumi
Using getFeatureEngineeringKafkaConfigs
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 getFeatureEngineeringKafkaConfigs(args: GetFeatureEngineeringKafkaConfigsArgs, opts?: InvokeOptions): Promise<GetFeatureEngineeringKafkaConfigsResult>
function getFeatureEngineeringKafkaConfigsOutput(args: GetFeatureEngineeringKafkaConfigsOutputArgs, opts?: InvokeOptions): Output<GetFeatureEngineeringKafkaConfigsResult>def get_feature_engineering_kafka_configs(page_size: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetFeatureEngineeringKafkaConfigsResult
def get_feature_engineering_kafka_configs_output(page_size: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFeatureEngineeringKafkaConfigsResult]func GetFeatureEngineeringKafkaConfigs(ctx *Context, args *GetFeatureEngineeringKafkaConfigsArgs, opts ...InvokeOption) (*GetFeatureEngineeringKafkaConfigsResult, error)
func GetFeatureEngineeringKafkaConfigsOutput(ctx *Context, args *GetFeatureEngineeringKafkaConfigsOutputArgs, opts ...InvokeOption) GetFeatureEngineeringKafkaConfigsResultOutput> Note: This function is named GetFeatureEngineeringKafkaConfigs in the Go SDK.
public static class GetFeatureEngineeringKafkaConfigs
{
public static Task<GetFeatureEngineeringKafkaConfigsResult> InvokeAsync(GetFeatureEngineeringKafkaConfigsArgs args, InvokeOptions? opts = null)
public static Output<GetFeatureEngineeringKafkaConfigsResult> Invoke(GetFeatureEngineeringKafkaConfigsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetFeatureEngineeringKafkaConfigsResult> getFeatureEngineeringKafkaConfigs(GetFeatureEngineeringKafkaConfigsArgs args, InvokeOptions options)
public static Output<GetFeatureEngineeringKafkaConfigsResult> getFeatureEngineeringKafkaConfigs(GetFeatureEngineeringKafkaConfigsArgs args, InvokeOptions options)
fn::invoke:
function: databricks:index/getFeatureEngineeringKafkaConfigs:getFeatureEngineeringKafkaConfigs
arguments:
# arguments dictionaryThe following arguments are supported:
- Page
Size int - The maximum number of results to return
- Page
Size int - The maximum number of results to return
- page
Size Integer - The maximum number of results to return
- page
Size number - The maximum number of results to return
- page_
size int - The maximum number of results to return
- page
Size Number - The maximum number of results to return
getFeatureEngineeringKafkaConfigs Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Kafka
Configs List<GetFeature Engineering Kafka Configs Kafka Config> - Page
Size int
- Id string
- The provider-assigned unique ID for this managed resource.
- Kafka
Configs []GetFeature Engineering Kafka Configs Kafka Config - Page
Size int
- id String
- The provider-assigned unique ID for this managed resource.
- kafka
Configs List<GetFeature Engineering Kafka Configs Kafka Config> - page
Size Integer
- id string
- The provider-assigned unique ID for this managed resource.
- kafka
Configs GetFeature Engineering Kafka Configs Kafka Config[] - page
Size number
- id str
- The provider-assigned unique ID for this managed resource.
- kafka_
configs Sequence[GetFeature Engineering Kafka Configs Kafka Config] - page_
size int
- id String
- The provider-assigned unique ID for this managed resource.
- kafka
Configs List<Property Map> - page
Size Number
Supporting Types
GetFeatureEngineeringKafkaConfigsKafkaConfig
- Auth
Config GetFeature Engineering Kafka Configs Kafka Config Auth Config - (AuthConfig) - Authentication configuration for connection to topics
- Bootstrap
Servers string - (string) - A comma-separated list of host/port pairs pointing to Kafka cluster
- Extra
Options Dictionary<string, string> - (object) - Catch-all for miscellaneous options. Keys should be source options or Kafka consumer options (kafka.*)
- Key
Schema GetFeature Engineering Kafka Configs Kafka Config Key Schema - (SchemaConfig) - Schema configuration for extracting message keys from topics. At least one of key_schema and value_schema must be provided
- Name string
- (string) - Name that uniquely identifies this Kafka config within the metastore. This will be the identifier used from the Feature object to reference these configs for a feature. Can be distinct from topic name
- Subscription
Mode GetFeature Engineering Kafka Configs Kafka Config Subscription Mode - (SubscriptionMode) - Options to configure which Kafka topics to pull data from
- Value
Schema GetFeature Engineering Kafka Configs Kafka Config Value Schema - (SchemaConfig) - Schema configuration for extracting message values from topics. At least one of key_schema and value_schema must be provided
- Auth
Config GetFeature Engineering Kafka Configs Kafka Config Auth Config - (AuthConfig) - Authentication configuration for connection to topics
- Bootstrap
Servers string - (string) - A comma-separated list of host/port pairs pointing to Kafka cluster
- Extra
Options map[string]string - (object) - Catch-all for miscellaneous options. Keys should be source options or Kafka consumer options (kafka.*)
- Key
Schema GetFeature Engineering Kafka Configs Kafka Config Key Schema - (SchemaConfig) - Schema configuration for extracting message keys from topics. At least one of key_schema and value_schema must be provided
- Name string
- (string) - Name that uniquely identifies this Kafka config within the metastore. This will be the identifier used from the Feature object to reference these configs for a feature. Can be distinct from topic name
- Subscription
Mode GetFeature Engineering Kafka Configs Kafka Config Subscription Mode - (SubscriptionMode) - Options to configure which Kafka topics to pull data from
- Value
Schema GetFeature Engineering Kafka Configs Kafka Config Value Schema - (SchemaConfig) - Schema configuration for extracting message values from topics. At least one of key_schema and value_schema must be provided
- auth
Config GetFeature Engineering Kafka Configs Kafka Config Auth Config - (AuthConfig) - Authentication configuration for connection to topics
- bootstrap
Servers String - (string) - A comma-separated list of host/port pairs pointing to Kafka cluster
- extra
Options Map<String,String> - (object) - Catch-all for miscellaneous options. Keys should be source options or Kafka consumer options (kafka.*)
- key
Schema GetFeature Engineering Kafka Configs Kafka Config Key Schema - (SchemaConfig) - Schema configuration for extracting message keys from topics. At least one of key_schema and value_schema must be provided
- name String
- (string) - Name that uniquely identifies this Kafka config within the metastore. This will be the identifier used from the Feature object to reference these configs for a feature. Can be distinct from topic name
- subscription
Mode GetFeature Engineering Kafka Configs Kafka Config Subscription Mode - (SubscriptionMode) - Options to configure which Kafka topics to pull data from
- value
Schema GetFeature Engineering Kafka Configs Kafka Config Value Schema - (SchemaConfig) - Schema configuration for extracting message values from topics. At least one of key_schema and value_schema must be provided
- auth
Config GetFeature Engineering Kafka Configs Kafka Config Auth Config - (AuthConfig) - Authentication configuration for connection to topics
- bootstrap
Servers string - (string) - A comma-separated list of host/port pairs pointing to Kafka cluster
- extra
Options {[key: string]: string} - (object) - Catch-all for miscellaneous options. Keys should be source options or Kafka consumer options (kafka.*)
- key
Schema GetFeature Engineering Kafka Configs Kafka Config Key Schema - (SchemaConfig) - Schema configuration for extracting message keys from topics. At least one of key_schema and value_schema must be provided
- name string
- (string) - Name that uniquely identifies this Kafka config within the metastore. This will be the identifier used from the Feature object to reference these configs for a feature. Can be distinct from topic name
- subscription
Mode GetFeature Engineering Kafka Configs Kafka Config Subscription Mode - (SubscriptionMode) - Options to configure which Kafka topics to pull data from
- value
Schema GetFeature Engineering Kafka Configs Kafka Config Value Schema - (SchemaConfig) - Schema configuration for extracting message values from topics. At least one of key_schema and value_schema must be provided
- auth_
config GetFeature Engineering Kafka Configs Kafka Config Auth Config - (AuthConfig) - Authentication configuration for connection to topics
- bootstrap_
servers str - (string) - A comma-separated list of host/port pairs pointing to Kafka cluster
- extra_
options Mapping[str, str] - (object) - Catch-all for miscellaneous options. Keys should be source options or Kafka consumer options (kafka.*)
- key_
schema GetFeature Engineering Kafka Configs Kafka Config Key Schema - (SchemaConfig) - Schema configuration for extracting message keys from topics. At least one of key_schema and value_schema must be provided
- name str
- (string) - Name that uniquely identifies this Kafka config within the metastore. This will be the identifier used from the Feature object to reference these configs for a feature. Can be distinct from topic name
- subscription_
mode GetFeature Engineering Kafka Configs Kafka Config Subscription Mode - (SubscriptionMode) - Options to configure which Kafka topics to pull data from
- value_
schema GetFeature Engineering Kafka Configs Kafka Config Value Schema - (SchemaConfig) - Schema configuration for extracting message values from topics. At least one of key_schema and value_schema must be provided
- auth
Config Property Map - (AuthConfig) - Authentication configuration for connection to topics
- bootstrap
Servers String - (string) - A comma-separated list of host/port pairs pointing to Kafka cluster
- extra
Options Map<String> - (object) - Catch-all for miscellaneous options. Keys should be source options or Kafka consumer options (kafka.*)
- key
Schema Property Map - (SchemaConfig) - Schema configuration for extracting message keys from topics. At least one of key_schema and value_schema must be provided
- name String
- (string) - Name that uniquely identifies this Kafka config within the metastore. This will be the identifier used from the Feature object to reference these configs for a feature. Can be distinct from topic name
- subscription
Mode Property Map - (SubscriptionMode) - Options to configure which Kafka topics to pull data from
- value
Schema Property Map - (SchemaConfig) - Schema configuration for extracting message values from topics. At least one of key_schema and value_schema must be provided
GetFeatureEngineeringKafkaConfigsKafkaConfigAuthConfig
- Uc
Service stringCredential Name - (string) - Name of the Unity Catalog service credential. This value will be set under the option databricks.serviceCredential
- Uc
Service stringCredential Name - (string) - Name of the Unity Catalog service credential. This value will be set under the option databricks.serviceCredential
- uc
Service StringCredential Name - (string) - Name of the Unity Catalog service credential. This value will be set under the option databricks.serviceCredential
- uc
Service stringCredential Name - (string) - Name of the Unity Catalog service credential. This value will be set under the option databricks.serviceCredential
- uc_
service_ strcredential_ name - (string) - Name of the Unity Catalog service credential. This value will be set under the option databricks.serviceCredential
- uc
Service StringCredential Name - (string) - Name of the Unity Catalog service credential. This value will be set under the option databricks.serviceCredential
GetFeatureEngineeringKafkaConfigsKafkaConfigKeySchema
- Json
Schema string - (string) - Schema of the JSON object in standard IETF JSON schema format (https://json-schema.org/)
- Json
Schema string - (string) - Schema of the JSON object in standard IETF JSON schema format (https://json-schema.org/)
- json
Schema String - (string) - Schema of the JSON object in standard IETF JSON schema format (https://json-schema.org/)
- json
Schema string - (string) - Schema of the JSON object in standard IETF JSON schema format (https://json-schema.org/)
- json_
schema str - (string) - Schema of the JSON object in standard IETF JSON schema format (https://json-schema.org/)
- json
Schema String - (string) - Schema of the JSON object in standard IETF JSON schema format (https://json-schema.org/)
GetFeatureEngineeringKafkaConfigsKafkaConfigSubscriptionMode
- Assign string
- (string) - A JSON string that contains the specific topic-partitions to consume from. For example, for '{"topicA":[0,1],"topicB":[2,4]}', topicA's 0'th and 1st partitions will be consumed from
- Subscribe string
- (string) - A comma-separated list of Kafka topics to read from. For example, 'topicA,topicB,topicC'
- Subscribe
Pattern string - (string) - A regular expression matching topics to subscribe to. For example, 'topic.*' will subscribe to all topics starting with 'topic'
- Assign string
- (string) - A JSON string that contains the specific topic-partitions to consume from. For example, for '{"topicA":[0,1],"topicB":[2,4]}', topicA's 0'th and 1st partitions will be consumed from
- Subscribe string
- (string) - A comma-separated list of Kafka topics to read from. For example, 'topicA,topicB,topicC'
- Subscribe
Pattern string - (string) - A regular expression matching topics to subscribe to. For example, 'topic.*' will subscribe to all topics starting with 'topic'
- assign String
- (string) - A JSON string that contains the specific topic-partitions to consume from. For example, for '{"topicA":[0,1],"topicB":[2,4]}', topicA's 0'th and 1st partitions will be consumed from
- subscribe String
- (string) - A comma-separated list of Kafka topics to read from. For example, 'topicA,topicB,topicC'
- subscribe
Pattern String - (string) - A regular expression matching topics to subscribe to. For example, 'topic.*' will subscribe to all topics starting with 'topic'
- assign string
- (string) - A JSON string that contains the specific topic-partitions to consume from. For example, for '{"topicA":[0,1],"topicB":[2,4]}', topicA's 0'th and 1st partitions will be consumed from
- subscribe string
- (string) - A comma-separated list of Kafka topics to read from. For example, 'topicA,topicB,topicC'
- subscribe
Pattern string - (string) - A regular expression matching topics to subscribe to. For example, 'topic.*' will subscribe to all topics starting with 'topic'
- assign str
- (string) - A JSON string that contains the specific topic-partitions to consume from. For example, for '{"topicA":[0,1],"topicB":[2,4]}', topicA's 0'th and 1st partitions will be consumed from
- subscribe str
- (string) - A comma-separated list of Kafka topics to read from. For example, 'topicA,topicB,topicC'
- subscribe_
pattern str - (string) - A regular expression matching topics to subscribe to. For example, 'topic.*' will subscribe to all topics starting with 'topic'
- assign String
- (string) - A JSON string that contains the specific topic-partitions to consume from. For example, for '{"topicA":[0,1],"topicB":[2,4]}', topicA's 0'th and 1st partitions will be consumed from
- subscribe String
- (string) - A comma-separated list of Kafka topics to read from. For example, 'topicA,topicB,topicC'
- subscribe
Pattern String - (string) - A regular expression matching topics to subscribe to. For example, 'topic.*' will subscribe to all topics starting with 'topic'
GetFeatureEngineeringKafkaConfigsKafkaConfigValueSchema
- Json
Schema string - (string) - Schema of the JSON object in standard IETF JSON schema format (https://json-schema.org/)
- Json
Schema string - (string) - Schema of the JSON object in standard IETF JSON schema format (https://json-schema.org/)
- json
Schema String - (string) - Schema of the JSON object in standard IETF JSON schema format (https://json-schema.org/)
- json
Schema string - (string) - Schema of the JSON object in standard IETF JSON schema format (https://json-schema.org/)
- json_
schema str - (string) - Schema of the JSON object in standard IETF JSON schema format (https://json-schema.org/)
- json
Schema String - (string) - Schema of the JSON object in standard IETF JSON schema format (https://json-schema.org/)
Package Details
- Repository
- databricks pulumi/pulumi-databricks
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
databricksTerraform Provider.
Databricks v1.83.0 published on Friday, Jan 23, 2026 by Pulumi
