Alibaba Cloud v3.62.1 published on Monday, Sep 16, 2024 by Pulumi
alicloud.rds.getRdsParameterGroups
Explore with Pulumi AI
Using getRdsParameterGroups
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 getRdsParameterGroups(args: GetRdsParameterGroupsArgs, opts?: InvokeOptions): Promise<GetRdsParameterGroupsResult>
function getRdsParameterGroupsOutput(args: GetRdsParameterGroupsOutputArgs, opts?: InvokeOptions): Output<GetRdsParameterGroupsResult>
def get_rds_parameter_groups(enable_details: Optional[bool] = None,
ids: Optional[Sequence[str]] = None,
name_regex: Optional[str] = None,
output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetRdsParameterGroupsResult
def get_rds_parameter_groups_output(enable_details: Optional[pulumi.Input[bool]] = None,
ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
name_regex: Optional[pulumi.Input[str]] = None,
output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetRdsParameterGroupsResult]
func GetRdsParameterGroups(ctx *Context, args *GetRdsParameterGroupsArgs, opts ...InvokeOption) (*GetRdsParameterGroupsResult, error)
func GetRdsParameterGroupsOutput(ctx *Context, args *GetRdsParameterGroupsOutputArgs, opts ...InvokeOption) GetRdsParameterGroupsResultOutput
> Note: This function is named GetRdsParameterGroups
in the Go SDK.
public static class GetRdsParameterGroups
{
public static Task<GetRdsParameterGroupsResult> InvokeAsync(GetRdsParameterGroupsArgs args, InvokeOptions? opts = null)
public static Output<GetRdsParameterGroupsResult> Invoke(GetRdsParameterGroupsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetRdsParameterGroupsResult> getRdsParameterGroups(GetRdsParameterGroupsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: alicloud:rds/getRdsParameterGroups:getRdsParameterGroups
arguments:
# arguments dictionary
The following arguments are supported:
- Enable
Details bool - Ids List<string>
- Name
Regex string - Output
File string
- Enable
Details bool - Ids []string
- Name
Regex string - Output
File string
- enable
Details Boolean - ids List<String>
- name
Regex String - output
File String
- enable
Details boolean - ids string[]
- name
Regex string - output
File string
- enable_
details bool - ids Sequence[str]
- name_
regex str - output_
file str
- enable
Details Boolean - ids List<String>
- name
Regex String - output
File String
getRdsParameterGroups Result
The following output properties are available:
- Groups
List<Pulumi.
Ali Cloud. Rds. Outputs. Get Rds Parameter Groups Group> - Id string
- The provider-assigned unique ID for this managed resource.
- Ids List<string>
- Names List<string>
- Enable
Details bool - Name
Regex string - Output
File string
- Groups
[]Get
Rds Parameter Groups Group - Id string
- The provider-assigned unique ID for this managed resource.
- Ids []string
- Names []string
- Enable
Details bool - Name
Regex string - Output
File string
- groups
List<Get
Rds Parameter Groups Group> - id String
- The provider-assigned unique ID for this managed resource.
- ids List<String>
- names List<String>
- enable
Details Boolean - name
Regex String - output
File String
- groups
Get
Rds Parameter Groups Group[] - id string
- The provider-assigned unique ID for this managed resource.
- ids string[]
- names string[]
- enable
Details boolean - name
Regex string - output
File string
- groups
Sequence[Get
Rds Parameter Groups Group] - id str
- The provider-assigned unique ID for this managed resource.
- ids Sequence[str]
- names Sequence[str]
- enable_
details bool - name_
regex str - output_
file str
- groups List<Property Map>
- id String
- The provider-assigned unique ID for this managed resource.
- ids List<String>
- names List<String>
- enable
Details Boolean - name
Regex String - output
File String
Supporting Types
GetRdsParameterGroupsGroup
- Engine string
- Engine
Version string - Force
Restart int - Id string
- Param
Counts int - Param
Details List<Pulumi.Ali Cloud. Rds. Inputs. Get Rds Parameter Groups Group Param Detail> - Parameter
Group stringDesc - Parameter
Group stringId - Parameter
Group stringName - Parameter
Group intType
- Engine string
- Engine
Version string - Force
Restart int - Id string
- Param
Counts int - Param
Details []GetRds Parameter Groups Group Param Detail - Parameter
Group stringDesc - Parameter
Group stringId - Parameter
Group stringName - Parameter
Group intType
- engine String
- engine
Version String - force
Restart Integer - id String
- param
Counts Integer - param
Details List<GetRds Parameter Groups Group Param Detail> - parameter
Group StringDesc - parameter
Group StringId - parameter
Group StringName - parameter
Group IntegerType
- engine string
- engine
Version string - force
Restart number - id string
- param
Counts number - param
Details GetRds Parameter Groups Group Param Detail[] - parameter
Group stringDesc - parameter
Group stringId - parameter
Group stringName - parameter
Group numberType
- engine String
- engine
Version String - force
Restart Number - id String
- param
Counts Number - param
Details List<Property Map> - parameter
Group StringDesc - parameter
Group StringId - parameter
Group StringName - parameter
Group NumberType
GetRdsParameterGroupsGroupParamDetail
- Param
Name string - Param
Value string
- Param
Name string - Param
Value string
- param
Name String - param
Value String
- param
Name string - param
Value string
- param_
name str - param_
value str
- param
Name String - param
Value String
Package Details
- Repository
- Alibaba Cloud pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
alicloud
Terraform Provider.