Volcengine v0.0.35 published on Friday, Aug 29, 2025 by Volcengine
volcengine.redis.ParameterGroups
Explore with Pulumi AI
Deprecated: volcengine.redis.ParameterGroups has been deprecated in favor of volcengine.redis.getParameterGroups
Use this data source to query detailed information of redis parameter groups
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as volcengine from "@pulumi/volcengine";
const foo = volcengine.redis.getParameterGroups({
engineVersion: "5.0",
source: "User",
});
import pulumi
import pulumi_volcengine as volcengine
foo = volcengine.redis.get_parameter_groups(engine_version="5.0",
source="User")
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/volcengine/pulumi-volcengine/sdk/go/volcengine/redis"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := redis.GetParameterGroups(ctx, &redis.GetParameterGroupsArgs{
EngineVersion: pulumi.StringRef("5.0"),
Source: pulumi.StringRef("User"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Volcengine = Pulumi.Volcengine;
return await Deployment.RunAsync(() =>
{
var foo = Volcengine.Redis.GetParameterGroups.Invoke(new()
{
EngineVersion = "5.0",
Source = "User",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.volcengine.redis.RedisFunctions;
import com.pulumi.volcengine.redis.inputs.GetParameterGroupsArgs;
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 foo = RedisFunctions.getParameterGroups(GetParameterGroupsArgs.builder()
.engineVersion("5.0")
.source("User")
.build());
}
}
variables:
foo:
fn::invoke:
Function: volcengine:redis:getParameterGroups
Arguments:
engineVersion: '5.0'
source: User
Using ParameterGroups
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 parameterGroups(args: ParameterGroupsArgs, opts?: InvokeOptions): Promise<ParameterGroupsResult>
function parameterGroupsOutput(args: ParameterGroupsOutputArgs, opts?: InvokeOptions): Output<ParameterGroupsResult>
def parameter_groups(engine_version: Optional[str] = None,
name_regex: Optional[str] = None,
output_file: Optional[str] = None,
source: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ParameterGroupsResult
def parameter_groups_output(engine_version: Optional[pulumi.Input[str]] = None,
name_regex: Optional[pulumi.Input[str]] = None,
output_file: Optional[pulumi.Input[str]] = None,
source: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[ParameterGroupsResult]
func ParameterGroups(ctx *Context, args *ParameterGroupsArgs, opts ...InvokeOption) (*ParameterGroupsResult, error)
func ParameterGroupsOutput(ctx *Context, args *ParameterGroupsOutputArgs, opts ...InvokeOption) ParameterGroupsResultOutput
public static class ParameterGroups
{
public static Task<ParameterGroupsResult> InvokeAsync(ParameterGroupsArgs args, InvokeOptions? opts = null)
public static Output<ParameterGroupsResult> Invoke(ParameterGroupsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<ParameterGroupsResult> parameterGroups(ParameterGroupsArgs args, InvokeOptions options)
public static Output<ParameterGroupsResult> parameterGroups(ParameterGroupsArgs args, InvokeOptions options)
fn::invoke:
function: volcengine:redis:ParameterGroups
arguments:
# arguments dictionary
The following arguments are supported:
- Engine
Version string - The Redis database version applicable to the parameter template.
- Name
Regex string - A Name Regex of Resource.
- Output
File string - File name where to save data source results.
- Source string
- The source of creating the parameter template.
- Engine
Version string - The Redis database version applicable to the parameter template.
- Name
Regex string - A Name Regex of Resource.
- Output
File string - File name where to save data source results.
- Source string
- The source of creating the parameter template.
- engine
Version String - The Redis database version applicable to the parameter template.
- name
Regex String - A Name Regex of Resource.
- output
File String - File name where to save data source results.
- source String
- The source of creating the parameter template.
- engine
Version string - The Redis database version applicable to the parameter template.
- name
Regex string - A Name Regex of Resource.
- output
File string - File name where to save data source results.
- source string
- The source of creating the parameter template.
- engine_
version str - The Redis database version applicable to the parameter template.
- name_
regex str - A Name Regex of Resource.
- output_
file str - File name where to save data source results.
- source str
- The source of creating the parameter template.
- engine
Version String - The Redis database version applicable to the parameter template.
- name
Regex String - A Name Regex of Resource.
- output
File String - File name where to save data source results.
- source String
- The source of creating the parameter template.
ParameterGroups Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Parameter
Groups List<ParameterGroups Parameter Group> - The details of the parameter template.
- Total
Count int - The total count of query.
- Engine
Version string - The database version applicable to the parameter template.
- Name
Regex string - Output
File string - Source string
- The source of creating the parameter template.
- Id string
- The provider-assigned unique ID for this managed resource.
- Parameter
Groups []ParameterGroups Parameter Group - The details of the parameter template.
- Total
Count int - The total count of query.
- Engine
Version string - The database version applicable to the parameter template.
- Name
Regex string - Output
File string - Source string
- The source of creating the parameter template.
- id String
- The provider-assigned unique ID for this managed resource.
- parameter
Groups List<ParameterGroups Parameter Group> - The details of the parameter template.
- total
Count Integer - The total count of query.
- engine
Version String - The database version applicable to the parameter template.
- name
Regex String - output
File String - source String
- The source of creating the parameter template.
- id string
- The provider-assigned unique ID for this managed resource.
- parameter
Groups ParameterGroups Parameter Group[] - The details of the parameter template.
- total
Count number - The total count of query.
- engine
Version string - The database version applicable to the parameter template.
- name
Regex string - output
File string - source string
- The source of creating the parameter template.
- id str
- The provider-assigned unique ID for this managed resource.
- parameter_
groups Sequence[ParameterGroups Parameter Group] - The details of the parameter template.
- total_
count int - The total count of query.
- engine_
version str - The database version applicable to the parameter template.
- name_
regex str - output_
file str - source str
- The source of creating the parameter template.
- id String
- The provider-assigned unique ID for this managed resource.
- parameter
Groups List<Property Map> - The details of the parameter template.
- total
Count Number - The total count of query.
- engine
Version String - The database version applicable to the parameter template.
- name
Regex String - output
File String - source String
- The source of creating the parameter template.
Supporting Types
ParameterGroupsParameterGroup
- Create
Time string - The creation time of the parameter template, in the format of yyyy-MM-ddTHH:mm:ssZ (UTC).
- Default bool
- Whether it is the default parameter template.
- Description string
- The description the Optional parameters.
- Engine
Version string - The Redis database version applicable to the parameter template.
- Name string
- The name of the parameter template.
- Parameter
Group stringId - The ID of the parameter template.
- Parameter
Num int - The number of parameters contained in the parameter template.
- Parameters
List<Parameter
Groups Parameter Group Parameter> - The list of parameter information contained in the parameter template.
- Source string
- The source of creating the parameter template.
- Update
Time string - The last update time of the parameter template, in the format of yyyy-MM-ddTHH:mm:ssZ (UTC).
- Create
Time string - The creation time of the parameter template, in the format of yyyy-MM-ddTHH:mm:ssZ (UTC).
- Default bool
- Whether it is the default parameter template.
- Description string
- The description the Optional parameters.
- Engine
Version string - The Redis database version applicable to the parameter template.
- Name string
- The name of the parameter template.
- Parameter
Group stringId - The ID of the parameter template.
- Parameter
Num int - The number of parameters contained in the parameter template.
- Parameters
[]Parameter
Groups Parameter Group Parameter - The list of parameter information contained in the parameter template.
- Source string
- The source of creating the parameter template.
- Update
Time string - The last update time of the parameter template, in the format of yyyy-MM-ddTHH:mm:ssZ (UTC).
- create
Time String - The creation time of the parameter template, in the format of yyyy-MM-ddTHH:mm:ssZ (UTC).
- default_ Boolean
- Whether it is the default parameter template.
- description String
- The description the Optional parameters.
- engine
Version String - The Redis database version applicable to the parameter template.
- name String
- The name of the parameter template.
- parameter
Group StringId - The ID of the parameter template.
- parameter
Num Integer - The number of parameters contained in the parameter template.
- parameters
List<Parameter
Groups Parameter Group Parameter> - The list of parameter information contained in the parameter template.
- source String
- The source of creating the parameter template.
- update
Time String - The last update time of the parameter template, in the format of yyyy-MM-ddTHH:mm:ssZ (UTC).
- create
Time string - The creation time of the parameter template, in the format of yyyy-MM-ddTHH:mm:ssZ (UTC).
- default boolean
- Whether it is the default parameter template.
- description string
- The description the Optional parameters.
- engine
Version string - The Redis database version applicable to the parameter template.
- name string
- The name of the parameter template.
- parameter
Group stringId - The ID of the parameter template.
- parameter
Num number - The number of parameters contained in the parameter template.
- parameters
Parameter
Groups Parameter Group Parameter[] - The list of parameter information contained in the parameter template.
- source string
- The source of creating the parameter template.
- update
Time string - The last update time of the parameter template, in the format of yyyy-MM-ddTHH:mm:ssZ (UTC).
- create_
time str - The creation time of the parameter template, in the format of yyyy-MM-ddTHH:mm:ssZ (UTC).
- default bool
- Whether it is the default parameter template.
- description str
- The description the Optional parameters.
- engine_
version str - The Redis database version applicable to the parameter template.
- name str
- The name of the parameter template.
- parameter_
group_ strid - The ID of the parameter template.
- parameter_
num int - The number of parameters contained in the parameter template.
- parameters
Sequence[Parameter
Groups Parameter Group Parameter] - The list of parameter information contained in the parameter template.
- source str
- The source of creating the parameter template.
- update_
time str - The last update time of the parameter template, in the format of yyyy-MM-ddTHH:mm:ssZ (UTC).
- create
Time String - The creation time of the parameter template, in the format of yyyy-MM-ddTHH:mm:ssZ (UTC).
- default Boolean
- Whether it is the default parameter template.
- description String
- The description the Optional parameters.
- engine
Version String - The Redis database version applicable to the parameter template.
- name String
- The name of the parameter template.
- parameter
Group StringId - The ID of the parameter template.
- parameter
Num Number - The number of parameters contained in the parameter template.
- parameters List<Property Map>
- The list of parameter information contained in the parameter template.
- source String
- The source of creating the parameter template.
- update
Time String - The last update time of the parameter template, in the format of yyyy-MM-ddTHH:mm:ssZ (UTC).
ParameterGroupsParameterGroupParameter
- Current
Value string - The current running value of the parameter.
- Description string
- The description the Optional parameters.
- Need
Reboot bool - Whether to restart the instance to take effect after modifying this parameter.
- Options
List<Parameter
Groups Parameter Group Parameter Option> - The optional list of selector type parameters.
- Param
Name string - The name of parameter.
- Range string
- The value range of numerical type parameters.
- Type string
- The type of the parameter.
- Unit string
- The unit of the numerical type parameter.
- Current
Value string - The current running value of the parameter.
- Description string
- The description the Optional parameters.
- Need
Reboot bool - Whether to restart the instance to take effect after modifying this parameter.
- Options
[]Parameter
Groups Parameter Group Parameter Option - The optional list of selector type parameters.
- Param
Name string - The name of parameter.
- Range string
- The value range of numerical type parameters.
- Type string
- The type of the parameter.
- Unit string
- The unit of the numerical type parameter.
- current
Value String - The current running value of the parameter.
- description String
- The description the Optional parameters.
- need
Reboot Boolean - Whether to restart the instance to take effect after modifying this parameter.
- options
List<Parameter
Groups Parameter Group Parameter Option> - The optional list of selector type parameters.
- param
Name String - The name of parameter.
- range String
- The value range of numerical type parameters.
- type String
- The type of the parameter.
- unit String
- The unit of the numerical type parameter.
- current
Value string - The current running value of the parameter.
- description string
- The description the Optional parameters.
- need
Reboot boolean - Whether to restart the instance to take effect after modifying this parameter.
- options
Parameter
Groups Parameter Group Parameter Option[] - The optional list of selector type parameters.
- param
Name string - The name of parameter.
- range string
- The value range of numerical type parameters.
- type string
- The type of the parameter.
- unit string
- The unit of the numerical type parameter.
- current_
value str - The current running value of the parameter.
- description str
- The description the Optional parameters.
- need_
reboot bool - Whether to restart the instance to take effect after modifying this parameter.
- options
Sequence[Parameter
Groups Parameter Group Parameter Option] - The optional list of selector type parameters.
- param_
name str - The name of parameter.
- range str
- The value range of numerical type parameters.
- type str
- The type of the parameter.
- unit str
- The unit of the numerical type parameter.
- current
Value String - The current running value of the parameter.
- description String
- The description the Optional parameters.
- need
Reboot Boolean - Whether to restart the instance to take effect after modifying this parameter.
- options List<Property Map>
- The optional list of selector type parameters.
- param
Name String - The name of parameter.
- range String
- The value range of numerical type parameters.
- type String
- The type of the parameter.
- unit String
- The unit of the numerical type parameter.
ParameterGroupsParameterGroupParameterOption
- Description string
- The description the Optional parameters.
- Value string
- Optional selector type parameters.
- Description string
- The description the Optional parameters.
- Value string
- Optional selector type parameters.
- description String
- The description the Optional parameters.
- value String
- Optional selector type parameters.
- description string
- The description the Optional parameters.
- value string
- Optional selector type parameters.
- description str
- The description the Optional parameters.
- value str
- Optional selector type parameters.
- description String
- The description the Optional parameters.
- value String
- Optional selector type parameters.
Package Details
- Repository
- volcengine volcengine/pulumi-volcengine
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
volcengine
Terraform Provider.