Databricks v1.74.0 published on Thursday, Aug 14, 2025 by Pulumi
databricks.getOnlineStores
Explore with Pulumi AI
Using getOnlineStores
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 getOnlineStores(opts?: InvokeOptions): Promise<GetOnlineStoresResult>
function getOnlineStoresOutput(opts?: InvokeOptions): Output<GetOnlineStoresResult>
def get_online_stores(opts: Optional[InvokeOptions] = None) -> GetOnlineStoresResult
def get_online_stores_output(opts: Optional[InvokeOptions] = None) -> Output[GetOnlineStoresResult]
func GetOnlineStores(ctx *Context, opts ...InvokeOption) (*GetOnlineStoresResult, error)
func GetOnlineStoresOutput(ctx *Context, opts ...InvokeOption) GetOnlineStoresResultOutput
> Note: This function is named GetOnlineStores
in the Go SDK.
public static class GetOnlineStores
{
public static Task<GetOnlineStoresResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetOnlineStoresResult> Invoke(InvokeOptions? opts = null)
}
public static CompletableFuture<GetOnlineStoresResult> getOnlineStores(InvokeOptions options)
public static Output<GetOnlineStoresResult> getOnlineStores(InvokeOptions options)
fn::invoke:
function: databricks:index/getOnlineStores:getOnlineStores
arguments:
# arguments dictionary
getOnlineStores Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Online
Stores List<GetOnline Stores Online Store>
- Id string
- The provider-assigned unique ID for this managed resource.
- Online
Stores []GetOnline Stores Online Store
- id String
- The provider-assigned unique ID for this managed resource.
- online
Stores List<GetOnline Stores Online Store>
- id string
- The provider-assigned unique ID for this managed resource.
- online
Stores GetOnline Stores Online Store[]
- id str
- The provider-assigned unique ID for this managed resource.
- online_
stores Sequence[GetOnline Stores Online Store]
- id String
- The provider-assigned unique ID for this managed resource.
- online
Stores List<Property Map>
Supporting Types
GetOnlineStoresOnlineStore
- 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
- Name string
- (string) - The name of the online store. This is the unique identifier for the online store
- State string
- (string) - The current state of the online store. Possible values are:
AVAILABLE
,DELETING
,FAILING_OVER
,STARTING
,STOPPED
,UPDATING
- Read
Replica intCount - (integer) - The number of read replicas for the online store. Defaults to 0
- 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
- Name string
- (string) - The name of the online store. This is the unique identifier for the online store
- State string
- (string) - The current state of the online store. Possible values are:
AVAILABLE
,DELETING
,FAILING_OVER
,STARTING
,STOPPED
,UPDATING
- Read
Replica intCount - (integer) - The number of read replicas for the online store. Defaults to 0
- 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
- name String
- (string) - The name of the online store. This is the unique identifier for the online store
- state String
- (string) - The current state of the online store. Possible values are:
AVAILABLE
,DELETING
,FAILING_OVER
,STARTING
,STOPPED
,UPDATING
- read
Replica IntegerCount - (integer) - The number of read replicas for the online store. Defaults to 0
- 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
- name string
- (string) - The name of the online store. This is the unique identifier for the online store
- state string
- (string) - The current state of the online store. Possible values are:
AVAILABLE
,DELETING
,FAILING_OVER
,STARTING
,STOPPED
,UPDATING
- read
Replica numberCount - (integer) - The number of read replicas for the online store. Defaults to 0
- 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
- name str
- (string) - The name of the online store. This is the unique identifier for the online store
- state str
- (string) - The current state of the online store. Possible values are:
AVAILABLE
,DELETING
,FAILING_OVER
,STARTING
,STOPPED
,UPDATING
- read_
replica_ intcount - (integer) - The number of read replicas for the online store. Defaults to 0
- 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
- name String
- (string) - The name of the online store. This is the unique identifier for the online store
- state String
- (string) - The current state of the online store. Possible values are:
AVAILABLE
,DELETING
,FAILING_OVER
,STARTING
,STOPPED
,UPDATING
- read
Replica NumberCount - (integer) - The number of read replicas for the online store. Defaults to 0
Package Details
- Repository
- databricks pulumi/pulumi-databricks
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
databricks
Terraform Provider.