1. Packages
  2. Databricks Provider
  3. API Docs
  4. getOnlineStores
Databricks v1.74.0 published on Thursday, Aug 14, 2025 by Pulumi

databricks.getOnlineStores

Explore with Pulumi AI

databricks logo
Databricks v1.74.0 published on Thursday, Aug 14, 2025 by Pulumi

    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.
    OnlineStores List<GetOnlineStoresOnlineStore>
    Id string
    The provider-assigned unique ID for this managed resource.
    OnlineStores []GetOnlineStoresOnlineStore
    id String
    The provider-assigned unique ID for this managed resource.
    onlineStores List<GetOnlineStoresOnlineStore>
    id string
    The provider-assigned unique ID for this managed resource.
    onlineStores GetOnlineStoresOnlineStore[]
    id str
    The provider-assigned unique ID for this managed resource.
    online_stores Sequence[GetOnlineStoresOnlineStore]
    id String
    The provider-assigned unique ID for this managed resource.
    onlineStores 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"
    CreationTime 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
    ReadReplicaCount int
    (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"
    CreationTime 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
    ReadReplicaCount int
    (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"
    creationTime 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
    readReplicaCount Integer
    (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"
    creationTime 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
    readReplicaCount number
    (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_count int
    (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"
    creationTime 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
    readReplicaCount Number
    (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.
    databricks logo
    Databricks v1.74.0 published on Thursday, Aug 14, 2025 by Pulumi