Viewing docs for CAST AI v8.60.0
published on Wednesday, Aug 19, 2026 by CAST AI
published on Wednesday, Aug 19, 2026 by CAST AI
Viewing docs for CAST AI v8.60.0
published on Wednesday, Aug 19, 2026 by CAST AI
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 dictionarydata "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:
- Direct
Mode bool - Endpoints
List<Pulumi.
Cast AI. Cache. Outputs. Get Cache Group Endpoint> - Id string
- Name string
- Protocol
Type string
- Direct
Mode bool - Endpoints
Get
Cache Group Endpoint - Id string
- Name string
- Protocol
Type string
- direct_
mode bool - endpoints list(object)
- id string
- name string
- protocol_
type string
- direct
Mode Boolean - endpoints
List<Get
Cache Group Endpoint> - id String
- name String
- protocol
Type String
- direct
Mode boolean - endpoints
cache
Get Cache Group Endpoint[] - id string
- name string
- protocol
Type string
- direct
Mode Boolean - endpoints List<Property Map>
- id String
- name String
- protocol
Type String
Supporting Types
GetCacheGroupEndpoint
- 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 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 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.
- 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 Integer
- 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.
- 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.
- 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.
Package Details
- Repository
- castai castai/pulumi-castai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
castaiTerraform Provider.
Viewing docs for CAST AI v8.60.0
published on Wednesday, Aug 19, 2026 by CAST AI
published on Wednesday, Aug 19, 2026 by CAST AI