Oracle Cloud Infrastructure v3.8.0 published on Thursday, Sep 18, 2025 by Pulumi
oci.Redis.getOciCacheConfigSets
Explore with Pulumi AI
This data source provides the list of Oci Cache Config Sets in Oracle Cloud Infrastructure Redis service.
Lists the Oracle Cloud Infrastructure Cache Config Sets in the specified compartment.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testOciCacheConfigSets = oci.Redis.getOciCacheConfigSets({
compartmentId: compartmentId,
displayName: ociCacheConfigSetDisplayName,
id: ociCacheConfigSetId,
softwareVersion: ociCacheConfigSetSoftwareVersion,
state: ociCacheConfigSetState,
});
import pulumi
import pulumi_oci as oci
test_oci_cache_config_sets = oci.Redis.get_oci_cache_config_sets(compartment_id=compartment_id,
display_name=oci_cache_config_set_display_name,
id=oci_cache_config_set_id,
software_version=oci_cache_config_set_software_version,
state=oci_cache_config_set_state)
package main
import (
"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/redis"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := redis.GetOciCacheConfigSets(ctx, &redis.GetOciCacheConfigSetsArgs{
CompartmentId: pulumi.StringRef(compartmentId),
DisplayName: pulumi.StringRef(ociCacheConfigSetDisplayName),
Id: pulumi.StringRef(ociCacheConfigSetId),
SoftwareVersion: pulumi.StringRef(ociCacheConfigSetSoftwareVersion),
State: pulumi.StringRef(ociCacheConfigSetState),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() =>
{
var testOciCacheConfigSets = Oci.Redis.GetOciCacheConfigSets.Invoke(new()
{
CompartmentId = compartmentId,
DisplayName = ociCacheConfigSetDisplayName,
Id = ociCacheConfigSetId,
SoftwareVersion = ociCacheConfigSetSoftwareVersion,
State = ociCacheConfigSetState,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.Redis.RedisFunctions;
import com.pulumi.oci.Redis.inputs.GetOciCacheConfigSetsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var testOciCacheConfigSets = RedisFunctions.getOciCacheConfigSets(GetOciCacheConfigSetsArgs.builder()
.compartmentId(compartmentId)
.displayName(ociCacheConfigSetDisplayName)
.id(ociCacheConfigSetId)
.softwareVersion(ociCacheConfigSetSoftwareVersion)
.state(ociCacheConfigSetState)
.build());
}
}
variables:
testOciCacheConfigSets:
fn::invoke:
function: oci:Redis:getOciCacheConfigSets
arguments:
compartmentId: ${compartmentId}
displayName: ${ociCacheConfigSetDisplayName}
id: ${ociCacheConfigSetId}
softwareVersion: ${ociCacheConfigSetSoftwareVersion}
state: ${ociCacheConfigSetState}
Using getOciCacheConfigSets
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 getOciCacheConfigSets(args: GetOciCacheConfigSetsArgs, opts?: InvokeOptions): Promise<GetOciCacheConfigSetsResult>
function getOciCacheConfigSetsOutput(args: GetOciCacheConfigSetsOutputArgs, opts?: InvokeOptions): Output<GetOciCacheConfigSetsResult>
def get_oci_cache_config_sets(compartment_id: Optional[str] = None,
display_name: Optional[str] = None,
filters: Optional[Sequence[GetOciCacheConfigSetsFilter]] = None,
id: Optional[str] = None,
software_version: Optional[str] = None,
state: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetOciCacheConfigSetsResult
def get_oci_cache_config_sets_output(compartment_id: Optional[pulumi.Input[str]] = None,
display_name: Optional[pulumi.Input[str]] = None,
filters: Optional[pulumi.Input[Sequence[pulumi.Input[GetOciCacheConfigSetsFilterArgs]]]] = None,
id: Optional[pulumi.Input[str]] = None,
software_version: Optional[pulumi.Input[str]] = None,
state: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetOciCacheConfigSetsResult]
func GetOciCacheConfigSets(ctx *Context, args *GetOciCacheConfigSetsArgs, opts ...InvokeOption) (*GetOciCacheConfigSetsResult, error)
func GetOciCacheConfigSetsOutput(ctx *Context, args *GetOciCacheConfigSetsOutputArgs, opts ...InvokeOption) GetOciCacheConfigSetsResultOutput
> Note: This function is named GetOciCacheConfigSets
in the Go SDK.
public static class GetOciCacheConfigSets
{
public static Task<GetOciCacheConfigSetsResult> InvokeAsync(GetOciCacheConfigSetsArgs args, InvokeOptions? opts = null)
public static Output<GetOciCacheConfigSetsResult> Invoke(GetOciCacheConfigSetsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetOciCacheConfigSetsResult> getOciCacheConfigSets(GetOciCacheConfigSetsArgs args, InvokeOptions options)
public static Output<GetOciCacheConfigSetsResult> getOciCacheConfigSets(GetOciCacheConfigSetsArgs args, InvokeOptions options)
fn::invoke:
function: oci:Redis/getOciCacheConfigSets:getOciCacheConfigSets
arguments:
# arguments dictionary
The following arguments are supported:
- Compartment
Id string - The ID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
List<Get
Oci Cache Config Sets Filter> - Id string
- Unique Oracle Cloud Infrastructure Cache Config Set identifier.
- Software
Version string - A filter to return the Oracle Cloud Infrastructure Cache Config Set resources, whose software version matches with the given software version.
- State string
- A filter to return the Oracle Cloud Infrastructure Cache Config Set resources, whose lifecycle state matches with the given lifecycle state.
- Compartment
Id string - The ID of the compartment in which to list resources.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Filters
[]Get
Oci Cache Config Sets Filter - Id string
- Unique Oracle Cloud Infrastructure Cache Config Set identifier.
- Software
Version string - A filter to return the Oracle Cloud Infrastructure Cache Config Set resources, whose software version matches with the given software version.
- State string
- A filter to return the Oracle Cloud Infrastructure Cache Config Set resources, whose lifecycle state matches with the given lifecycle state.
- compartment
Id String - The ID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the entire display name given.
- filters
List<Get
Oci Cache Config Sets Filter> - id String
- Unique Oracle Cloud Infrastructure Cache Config Set identifier.
- software
Version String - A filter to return the Oracle Cloud Infrastructure Cache Config Set resources, whose software version matches with the given software version.
- state String
- A filter to return the Oracle Cloud Infrastructure Cache Config Set resources, whose lifecycle state matches with the given lifecycle state.
- compartment
Id string - The ID of the compartment in which to list resources.
- display
Name string - A filter to return only resources that match the entire display name given.
- filters
Get
Oci Cache Config Sets Filter[] - id string
- Unique Oracle Cloud Infrastructure Cache Config Set identifier.
- software
Version string - A filter to return the Oracle Cloud Infrastructure Cache Config Set resources, whose software version matches with the given software version.
- state string
- A filter to return the Oracle Cloud Infrastructure Cache Config Set resources, whose lifecycle state matches with the given lifecycle state.
- compartment_
id str - The ID of the compartment in which to list resources.
- display_
name str - A filter to return only resources that match the entire display name given.
- filters
Sequence[Get
Oci Cache Config Sets Filter] - id str
- Unique Oracle Cloud Infrastructure Cache Config Set identifier.
- software_
version str - A filter to return the Oracle Cloud Infrastructure Cache Config Set resources, whose software version matches with the given software version.
- state str
- A filter to return the Oracle Cloud Infrastructure Cache Config Set resources, whose lifecycle state matches with the given lifecycle state.
- compartment
Id String - The ID of the compartment in which to list resources.
- display
Name String - A filter to return only resources that match the entire display name given.
- filters List<Property Map>
- id String
- Unique Oracle Cloud Infrastructure Cache Config Set identifier.
- software
Version String - A filter to return the Oracle Cloud Infrastructure Cache Config Set resources, whose software version matches with the given software version.
- state String
- A filter to return the Oracle Cloud Infrastructure Cache Config Set resources, whose lifecycle state matches with the given lifecycle state.
getOciCacheConfigSets Result
The following output properties are available:
- Oci
Cache List<GetConfig Set Collections Oci Cache Config Sets Oci Cache Config Set Collection> - The list of oci_cache_config_set_collection.
- Compartment
Id string - The OCID of the compartment that contains the Oracle Cloud Infrastructure Cache Config Set.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Filters
List<Get
Oci Cache Config Sets Filter> - Id string
- The OCID of the Oracle Cloud Infrastructure Cache Config Set.
- Software
Version string - The Oracle Cloud Infrastructure Cache engine version that the cluster is running.
- State string
- The current state of the Oracle Cloud Infrastructure Cache Config Set.
- Oci
Cache []GetConfig Set Collections Oci Cache Config Sets Oci Cache Config Set Collection - The list of oci_cache_config_set_collection.
- Compartment
Id string - The OCID of the compartment that contains the Oracle Cloud Infrastructure Cache Config Set.
- Display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- Filters
[]Get
Oci Cache Config Sets Filter - Id string
- The OCID of the Oracle Cloud Infrastructure Cache Config Set.
- Software
Version string - The Oracle Cloud Infrastructure Cache engine version that the cluster is running.
- State string
- The current state of the Oracle Cloud Infrastructure Cache Config Set.
- oci
Cache List<GetConfig Set Collections Oci Cache Config Sets Oci Cache Config Set Collection> - The list of oci_cache_config_set_collection.
- compartment
Id String - The OCID of the compartment that contains the Oracle Cloud Infrastructure Cache Config Set.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
List<Get
Oci Cache Config Sets Filter> - id String
- The OCID of the Oracle Cloud Infrastructure Cache Config Set.
- software
Version String - The Oracle Cloud Infrastructure Cache engine version that the cluster is running.
- state String
- The current state of the Oracle Cloud Infrastructure Cache Config Set.
- oci
Cache GetConfig Set Collections Oci Cache Config Sets Oci Cache Config Set Collection[] - The list of oci_cache_config_set_collection.
- compartment
Id string - The OCID of the compartment that contains the Oracle Cloud Infrastructure Cache Config Set.
- display
Name string - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
Get
Oci Cache Config Sets Filter[] - id string
- The OCID of the Oracle Cloud Infrastructure Cache Config Set.
- software
Version string - The Oracle Cloud Infrastructure Cache engine version that the cluster is running.
- state string
- The current state of the Oracle Cloud Infrastructure Cache Config Set.
- oci_
cache_ Sequence[Getconfig_ set_ collections Oci Cache Config Sets Oci Cache Config Set Collection] - The list of oci_cache_config_set_collection.
- compartment_
id str - The OCID of the compartment that contains the Oracle Cloud Infrastructure Cache Config Set.
- display_
name str - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters
Sequence[Get
Oci Cache Config Sets Filter] - id str
- The OCID of the Oracle Cloud Infrastructure Cache Config Set.
- software_
version str - The Oracle Cloud Infrastructure Cache engine version that the cluster is running.
- state str
- The current state of the Oracle Cloud Infrastructure Cache Config Set.
- oci
Cache List<Property Map>Config Set Collections - The list of oci_cache_config_set_collection.
- compartment
Id String - The OCID of the compartment that contains the Oracle Cloud Infrastructure Cache Config Set.
- display
Name String - A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
- filters List<Property Map>
- id String
- The OCID of the Oracle Cloud Infrastructure Cache Config Set.
- software
Version String - The Oracle Cloud Infrastructure Cache engine version that the cluster is running.
- state String
- The current state of the Oracle Cloud Infrastructure Cache Config Set.
Supporting Types
GetOciCacheConfigSetsFilter
GetOciCacheConfigSetsOciCacheConfigSetCollection
- Items
List<Get
Oci Cache Config Sets Oci Cache Config Set Collection Item> - List of ConfigurationInfo objects.
- Items
[]Get
Oci Cache Config Sets Oci Cache Config Set Collection Item - List of ConfigurationInfo objects.
- items
List<Get
Oci Cache Config Sets Oci Cache Config Set Collection Item> - List of ConfigurationInfo objects.
- items
Get
Oci Cache Config Sets Oci Cache Config Set Collection Item[] - List of ConfigurationInfo objects.
- items
Sequence[Get
Oci Cache Config Sets Oci Cache Config Set Collection Item] - List of ConfigurationInfo objects.
- items List<Property Map>
- List of ConfigurationInfo objects.
GetOciCacheConfigSetsOciCacheConfigSetCollectionItem
- Compartment
Id string - The ID of the compartment in which to list resources.
- Configuration
Details List<GetOci Cache Config Sets Oci Cache Config Set Collection Item Configuration Detail> - List of Oracle Cloud Infrastructure Cache Config Set Values.
- Default
Config stringSet Id - The OCID of the default Oracle Cloud Infrastructure Cache Config Set which the custom Oracle Cloud Infrastructure Cache Config Set is based upon.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
- A description of the Oracle Cloud Infrastructure Cache Config Set.
- Display
Name string - A filter to return only resources that match the entire display name given.
- Dictionary<string, string>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id string
- Unique Oracle Cloud Infrastructure Cache Config Set identifier.
- Software
Version string - A filter to return the Oracle Cloud Infrastructure Cache Config Set resources, whose software version matches with the given software version.
- State string
- A filter to return the Oracle Cloud Infrastructure Cache Config Set resources, whose lifecycle state matches with the given lifecycle state.
- Dictionary<string, string>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The date and time the Oracle Cloud Infrastructure Cache Config Set was created. An RFC3339 formatted datetime string.
- Time
Updated string - The date and time the Oracle Cloud Infrastructure Cache Config Set was updated. An RFC3339 formatted datetime string.
- Compartment
Id string - The ID of the compartment in which to list resources.
- Configuration
Details []GetOci Cache Config Sets Oci Cache Config Set Collection Item Configuration Detail - List of Oracle Cloud Infrastructure Cache Config Set Values.
- Default
Config stringSet Id - The OCID of the default Oracle Cloud Infrastructure Cache Config Set which the custom Oracle Cloud Infrastructure Cache Config Set is based upon.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- Description string
- A description of the Oracle Cloud Infrastructure Cache Config Set.
- Display
Name string - A filter to return only resources that match the entire display name given.
- map[string]string
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- Id string
- Unique Oracle Cloud Infrastructure Cache Config Set identifier.
- Software
Version string - A filter to return the Oracle Cloud Infrastructure Cache Config Set resources, whose software version matches with the given software version.
- State string
- A filter to return the Oracle Cloud Infrastructure Cache Config Set resources, whose lifecycle state matches with the given lifecycle state.
- map[string]string
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- Time
Created string - The date and time the Oracle Cloud Infrastructure Cache Config Set was created. An RFC3339 formatted datetime string.
- Time
Updated string - The date and time the Oracle Cloud Infrastructure Cache Config Set was updated. An RFC3339 formatted datetime string.
- compartment
Id String - The ID of the compartment in which to list resources.
- configuration
Details List<GetOci Cache Config Sets Oci Cache Config Set Collection Item Configuration Detail> - List of Oracle Cloud Infrastructure Cache Config Set Values.
- default
Config StringSet Id - The OCID of the default Oracle Cloud Infrastructure Cache Config Set which the custom Oracle Cloud Infrastructure Cache Config Set is based upon.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
- A description of the Oracle Cloud Infrastructure Cache Config Set.
- display
Name String - A filter to return only resources that match the entire display name given.
- Map<String,String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id String
- Unique Oracle Cloud Infrastructure Cache Config Set identifier.
- software
Version String - A filter to return the Oracle Cloud Infrastructure Cache Config Set resources, whose software version matches with the given software version.
- state String
- A filter to return the Oracle Cloud Infrastructure Cache Config Set resources, whose lifecycle state matches with the given lifecycle state.
- Map<String,String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The date and time the Oracle Cloud Infrastructure Cache Config Set was created. An RFC3339 formatted datetime string.
- time
Updated String - The date and time the Oracle Cloud Infrastructure Cache Config Set was updated. An RFC3339 formatted datetime string.
- compartment
Id string - The ID of the compartment in which to list resources.
- configuration
Details GetOci Cache Config Sets Oci Cache Config Set Collection Item Configuration Detail[] - List of Oracle Cloud Infrastructure Cache Config Set Values.
- default
Config stringSet Id - The OCID of the default Oracle Cloud Infrastructure Cache Config Set which the custom Oracle Cloud Infrastructure Cache Config Set is based upon.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description string
- A description of the Oracle Cloud Infrastructure Cache Config Set.
- display
Name string - A filter to return only resources that match the entire display name given.
- {[key: string]: string}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id string
- Unique Oracle Cloud Infrastructure Cache Config Set identifier.
- software
Version string - A filter to return the Oracle Cloud Infrastructure Cache Config Set resources, whose software version matches with the given software version.
- state string
- A filter to return the Oracle Cloud Infrastructure Cache Config Set resources, whose lifecycle state matches with the given lifecycle state.
- {[key: string]: string}
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created string - The date and time the Oracle Cloud Infrastructure Cache Config Set was created. An RFC3339 formatted datetime string.
- time
Updated string - The date and time the Oracle Cloud Infrastructure Cache Config Set was updated. An RFC3339 formatted datetime string.
- compartment_
id str - The ID of the compartment in which to list resources.
- configuration_
details Sequence[GetOci Cache Config Sets Oci Cache Config Set Collection Item Configuration Detail] - List of Oracle Cloud Infrastructure Cache Config Set Values.
- default_
config_ strset_ id - The OCID of the default Oracle Cloud Infrastructure Cache Config Set which the custom Oracle Cloud Infrastructure Cache Config Set is based upon.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description str
- A description of the Oracle Cloud Infrastructure Cache Config Set.
- display_
name str - A filter to return only resources that match the entire display name given.
- Mapping[str, str]
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id str
- Unique Oracle Cloud Infrastructure Cache Config Set identifier.
- software_
version str - A filter to return the Oracle Cloud Infrastructure Cache Config Set resources, whose software version matches with the given software version.
- state str
- A filter to return the Oracle Cloud Infrastructure Cache Config Set resources, whose lifecycle state matches with the given lifecycle state.
- Mapping[str, str]
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time_
created str - The date and time the Oracle Cloud Infrastructure Cache Config Set was created. An RFC3339 formatted datetime string.
- time_
updated str - The date and time the Oracle Cloud Infrastructure Cache Config Set was updated. An RFC3339 formatted datetime string.
- compartment
Id String - The ID of the compartment in which to list resources.
- configuration
Details List<Property Map> - List of Oracle Cloud Infrastructure Cache Config Set Values.
- default
Config StringSet Id - The OCID of the default Oracle Cloud Infrastructure Cache Config Set which the custom Oracle Cloud Infrastructure Cache Config Set is based upon.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example:
{"foo-namespace.bar-key": "value"}
- description String
- A description of the Oracle Cloud Infrastructure Cache Config Set.
- display
Name String - A filter to return only resources that match the entire display name given.
- Map<String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example:
{"bar-key": "value"}
- id String
- Unique Oracle Cloud Infrastructure Cache Config Set identifier.
- software
Version String - A filter to return the Oracle Cloud Infrastructure Cache Config Set resources, whose software version matches with the given software version.
- state String
- A filter to return the Oracle Cloud Infrastructure Cache Config Set resources, whose lifecycle state matches with the given lifecycle state.
- Map<String>
- Usage of system tag keys. These predefined keys are scoped to namespaces. Example:
{"orcl-cloud.free-tier-retained": "true"}
- time
Created String - The date and time the Oracle Cloud Infrastructure Cache Config Set was created. An RFC3339 formatted datetime string.
- time
Updated String - The date and time the Oracle Cloud Infrastructure Cache Config Set was updated. An RFC3339 formatted datetime string.
GetOciCacheConfigSetsOciCacheConfigSetCollectionItemConfigurationDetail
- Items
List<Get
Oci Cache Config Sets Oci Cache Config Set Collection Item Configuration Detail Item> - List of ConfigurationInfo objects.
- Items
[]Get
Oci Cache Config Sets Oci Cache Config Set Collection Item Configuration Detail Item - List of ConfigurationInfo objects.
- items
List<Get
Oci Cache Config Sets Oci Cache Config Set Collection Item Configuration Detail Item> - List of ConfigurationInfo objects.
- items
Get
Oci Cache Config Sets Oci Cache Config Set Collection Item Configuration Detail Item[] - List of ConfigurationInfo objects.
- items
Sequence[Get
Oci Cache Config Sets Oci Cache Config Set Collection Item Configuration Detail Item] - List of ConfigurationInfo objects.
- items List<Property Map>
- List of ConfigurationInfo objects.
GetOciCacheConfigSetsOciCacheConfigSetCollectionItemConfigurationDetailItem
- Config
Key string - Key is the configuration key.
- Config
Value string - Value of the configuration as a string. Can represent a string, boolean, or number. Example: "true", "42", or "someString".
- Config
Key string - Key is the configuration key.
- Config
Value string - Value of the configuration as a string. Can represent a string, boolean, or number. Example: "true", "42", or "someString".
- config
Key String - Key is the configuration key.
- config
Value String - Value of the configuration as a string. Can represent a string, boolean, or number. Example: "true", "42", or "someString".
- config
Key string - Key is the configuration key.
- config
Value string - Value of the configuration as a string. Can represent a string, boolean, or number. Example: "true", "42", or "someString".
- config_
key str - Key is the configuration key.
- config_
value str - Value of the configuration as a string. Can represent a string, boolean, or number. Example: "true", "42", or "someString".
- config
Key String - Key is the configuration key.
- config
Value String - Value of the configuration as a string. Can represent a string, boolean, or number. Example: "true", "42", or "someString".
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
oci
Terraform Provider.