Databricks v1.78.0 published on Friday, Nov 7, 2025 by Pulumi
databricks.getOnlineStore
Start a Neo task
Explain and create a databricks.getOnlineStore resource
Using getOnlineStore
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 getOnlineStore(args: GetOnlineStoreArgs, opts?: InvokeOptions): Promise<GetOnlineStoreResult>
function getOnlineStoreOutput(args: GetOnlineStoreOutputArgs, opts?: InvokeOptions): Output<GetOnlineStoreResult>def get_online_store(name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetOnlineStoreResult
def get_online_store_output(name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetOnlineStoreResult]func LookupOnlineStore(ctx *Context, args *LookupOnlineStoreArgs, opts ...InvokeOption) (*LookupOnlineStoreResult, error)
func LookupOnlineStoreOutput(ctx *Context, args *LookupOnlineStoreOutputArgs, opts ...InvokeOption) LookupOnlineStoreResultOutput> Note: This function is named LookupOnlineStore in the Go SDK.
public static class GetOnlineStore
{
public static Task<GetOnlineStoreResult> InvokeAsync(GetOnlineStoreArgs args, InvokeOptions? opts = null)
public static Output<GetOnlineStoreResult> Invoke(GetOnlineStoreInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetOnlineStoreResult> getOnlineStore(GetOnlineStoreArgs args, InvokeOptions options)
public static Output<GetOnlineStoreResult> getOnlineStore(GetOnlineStoreArgs args, InvokeOptions options)
fn::invoke:
function: databricks:index/getOnlineStore:getOnlineStore
arguments:
# arguments dictionaryThe following arguments are supported:
- Name string
- The name of the online store. This is the unique identifier for the online store
- Name string
- The name of the online store. This is the unique identifier for the online store
- name String
- The name of the online store. This is the unique identifier for the online store
- name string
- The name of the online store. This is the unique identifier for the online store
- name str
- The name of the online store. This is the unique identifier for the online store
- name String
- The name of the online store. This is the unique identifier for the online store
getOnlineStore Result
The following output properties are available:
- Capacity string
- (string) - The capacity of the online store. Valid values are "CU_1", "CU_2", "CU_4", "CU_8"
- Creation
Time string - (string) - The timestamp when the online store was created
- Creator string
- (string) - The email of the creator of the online store
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- (string) - The name of the online store. This is the unique identifier for the online store
- Read
Replica intCount - (integer) - The number of read replicas for the online store. Defaults to 0
- State string
- (string) - The current state of the online store. Possible values are:
AVAILABLE,DELETING,FAILING_OVER,STARTING,STOPPED,UPDATING
- Capacity string
- (string) - The capacity of the online store. Valid values are "CU_1", "CU_2", "CU_4", "CU_8"
- Creation
Time string - (string) - The timestamp when the online store was created
- Creator string
- (string) - The email of the creator of the online store
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- (string) - The name of the online store. This is the unique identifier for the online store
- Read
Replica intCount - (integer) - The number of read replicas for the online store. Defaults to 0
- State string
- (string) - The current state of the online store. Possible values are:
AVAILABLE,DELETING,FAILING_OVER,STARTING,STOPPED,UPDATING
- capacity String
- (string) - The capacity of the online store. Valid values are "CU_1", "CU_2", "CU_4", "CU_8"
- creation
Time String - (string) - The timestamp when the online store was created
- creator String
- (string) - The email of the creator of the online store
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- (string) - The name of the online store. This is the unique identifier for the online store
- read
Replica IntegerCount - (integer) - The number of read replicas for the online store. Defaults to 0
- state String
- (string) - The current state of the online store. Possible values are:
AVAILABLE,DELETING,FAILING_OVER,STARTING,STOPPED,UPDATING
- capacity string
- (string) - The capacity of the online store. Valid values are "CU_1", "CU_2", "CU_4", "CU_8"
- creation
Time string - (string) - The timestamp when the online store was created
- creator string
- (string) - The email of the creator of the online store
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- (string) - The name of the online store. This is the unique identifier for the online store
- read
Replica numberCount - (integer) - The number of read replicas for the online store. Defaults to 0
- state string
- (string) - The current state of the online store. Possible values are:
AVAILABLE,DELETING,FAILING_OVER,STARTING,STOPPED,UPDATING
- capacity str
- (string) - The capacity of the online store. Valid values are "CU_1", "CU_2", "CU_4", "CU_8"
- creation_
time str - (string) - The timestamp when the online store was created
- creator str
- (string) - The email of the creator of the online store
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- (string) - The name of the online store. This is the unique identifier for the online store
- read_
replica_ intcount - (integer) - The number of read replicas for the online store. Defaults to 0
- state str
- (string) - The current state of the online store. Possible values are:
AVAILABLE,DELETING,FAILING_OVER,STARTING,STOPPED,UPDATING
- capacity String
- (string) - The capacity of the online store. Valid values are "CU_1", "CU_2", "CU_4", "CU_8"
- creation
Time String - (string) - The timestamp when the online store was created
- creator String
- (string) - The email of the creator of the online store
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- (string) - The name of the online store. This is the unique identifier for the online store
- read
Replica NumberCount - (integer) - The number of read replicas for the online store. Defaults to 0
- state String
- (string) - The current state of the online store. Possible values are:
AVAILABLE,DELETING,FAILING_OVER,STARTING,STOPPED,UPDATING
Package Details
- Repository
- databricks pulumi/pulumi-databricks
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
databricksTerraform Provider.
