1. Packages
  2. Alibaba Cloud
  3. API Docs
  4. rds
  5. getRdsParameterGroups
Alibaba Cloud v3.51.0 published on Saturday, Mar 23, 2024 by Pulumi

alicloud.rds.getRdsParameterGroups

Explore with Pulumi AI

alicloud logo
Alibaba Cloud v3.51.0 published on Saturday, Mar 23, 2024 by Pulumi

    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:

    EnableDetails bool
    Ids List<string>
    NameRegex string
    OutputFile string
    EnableDetails bool
    Ids []string
    NameRegex string
    OutputFile string
    enableDetails Boolean
    ids List<String>
    nameRegex String
    outputFile String
    enableDetails boolean
    ids string[]
    nameRegex string
    outputFile string
    enable_details bool
    ids Sequence[str]
    name_regex str
    output_file str
    enableDetails Boolean
    ids List<String>
    nameRegex String
    outputFile String

    getRdsParameterGroups Result

    The following output properties are available:

    Groups List<Pulumi.AliCloud.Rds.Outputs.GetRdsParameterGroupsGroup>
    Id string
    The provider-assigned unique ID for this managed resource.
    Ids List<string>
    Names List<string>
    EnableDetails bool
    NameRegex string
    OutputFile string
    Groups []GetRdsParameterGroupsGroup
    Id string
    The provider-assigned unique ID for this managed resource.
    Ids []string
    Names []string
    EnableDetails bool
    NameRegex string
    OutputFile string
    groups List<GetRdsParameterGroupsGroup>
    id String
    The provider-assigned unique ID for this managed resource.
    ids List<String>
    names List<String>
    enableDetails Boolean
    nameRegex String
    outputFile String
    groups GetRdsParameterGroupsGroup[]
    id string
    The provider-assigned unique ID for this managed resource.
    ids string[]
    names string[]
    enableDetails boolean
    nameRegex string
    outputFile string
    groups Sequence[GetRdsParameterGroupsGroup]
    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>
    enableDetails Boolean
    nameRegex String
    outputFile String

    Supporting Types

    GetRdsParameterGroupsGroup

    GetRdsParameterGroupsGroupParamDetail

    ParamName string
    ParamValue string
    ParamName string
    ParamValue string
    paramName String
    paramValue String
    paramName string
    paramValue string
    paramName String
    paramValue String

    Package Details

    Repository
    Alibaba Cloud pulumi/pulumi-alicloud
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the alicloud Terraform Provider.
    alicloud logo
    Alibaba Cloud v3.51.0 published on Saturday, Mar 23, 2024 by Pulumi