1. Registry
  2. Packages
  3. CAST AI
  4. API Docs
  5. getCacheGroup
Viewing docs for CAST AI v8.60.0
published on Wednesday, Aug 19, 2026 by CAST AI
castai logo
Viewing docs for CAST AI v8.60.0
published on Wednesday, Aug 19, 2026 by CAST AI

    Using getCacheGroup

    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 getCacheGroup(args: GetCacheGroupArgs, opts?: InvokeOptions): Promise<GetCacheGroupResult>
    function getCacheGroupOutput(args: GetCacheGroupOutputArgs, opts?: InvokeOutputOptions): Output<GetCacheGroupResult>
    def get_cache_group(id: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetCacheGroupResult
    def get_cache_group_output(id: pulumi.Input[Optional[str]] = None,
                        opts: Optional[InvokeOutputOptions] = None) -> Output[GetCacheGroupResult]
    func LookupCacheGroup(ctx *Context, args *LookupCacheGroupArgs, opts ...InvokeOption) (*LookupCacheGroupResult, error)
    func LookupCacheGroupOutput(ctx *Context, args *LookupCacheGroupOutputArgs, opts ...InvokeOption) LookupCacheGroupResultOutput

    > Note: This function is named LookupCacheGroup in the Go SDK.

    public static class GetCacheGroup 
    {
        public static Task<GetCacheGroupResult> InvokeAsync(GetCacheGroupArgs args, InvokeOptions? opts = null)
        public static Output<GetCacheGroupResult> Invoke(GetCacheGroupInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetCacheGroupResult> Invoke(GetCacheGroupInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetCacheGroupResult> getCacheGroup(GetCacheGroupArgs args, InvokeOptions options)
    public static Output<GetCacheGroupResult> getCacheGroup(GetCacheGroupArgs args, InvokeOptions options)
    public static Output<GetCacheGroupResult> getCacheGroup(GetCacheGroupArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: castai:cache:getCacheGroup
      arguments:
        # arguments dictionary
    data "castai_get_cache_group" "name" {
        # arguments
    }

    The following arguments are supported:

    Id string
    Id string
    id string
    id String
    id string
    id str
    id String

    getCacheGroup Result

    The following output properties are available:

    Supporting Types

    GetCacheGroupEndpoint

    ConnectionString string
    Connection string for the endpoint. Only available once DBO is deployed and running on the Kubernetes cluster.
    Hostname string
    Database instance hostname.
    Name string
    Name for the endpoint.
    Port int
    Database instance port.
    ConnectionString string
    Connection string for the endpoint. Only available once DBO is deployed and running on the Kubernetes cluster.
    Hostname string
    Database instance hostname.
    Name string
    Name for the endpoint.
    Port int
    Database instance port.
    connection_string string
    Connection string for the endpoint. Only available once DBO is deployed and running on the Kubernetes cluster.
    hostname string
    Database instance hostname.
    name string
    Name for the endpoint.
    port number
    Database instance port.
    connectionString String
    Connection string for the endpoint. Only available once DBO is deployed and running on the Kubernetes cluster.
    hostname String
    Database instance hostname.
    name String
    Name for the endpoint.
    port Integer
    Database instance port.
    connectionString string
    Connection string for the endpoint. Only available once DBO is deployed and running on the Kubernetes cluster.
    hostname string
    Database instance hostname.
    name string
    Name for the endpoint.
    port number
    Database instance port.
    connection_string str
    Connection string for the endpoint. Only available once DBO is deployed and running on the Kubernetes cluster.
    hostname str
    Database instance hostname.
    name str
    Name for the endpoint.
    port int
    Database instance port.
    connectionString String
    Connection string for the endpoint. Only available once DBO is deployed and running on the Kubernetes cluster.
    hostname String
    Database instance hostname.
    name String
    Name for the endpoint.
    port Number
    Database instance port.

    Package Details

    Repository
    castai castai/pulumi-castai
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the castai Terraform Provider.
    castai logo
    Viewing docs for CAST AI v8.60.0
    published on Wednesday, Aug 19, 2026 by CAST AI

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial