1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. docdb
  6. getDbClusterParameterGroup

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.77.0
published on Monday, Aug 31, 2026 by Pulumi
aws-native logo aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.77.0
published on Monday, Aug 31, 2026 by Pulumi

    Resource Type definition for AWS::DocDB::DBClusterParameterGroup

    Using getDbClusterParameterGroup

    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 getDbClusterParameterGroup(args: GetDbClusterParameterGroupArgs, opts?: InvokeOptions): Promise<GetDbClusterParameterGroupResult>
    function getDbClusterParameterGroupOutput(args: GetDbClusterParameterGroupOutputArgs, opts?: InvokeOutputOptions): Output<GetDbClusterParameterGroupResult>
    def get_db_cluster_parameter_group(name: Optional[str] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetDbClusterParameterGroupResult
    def get_db_cluster_parameter_group_output(name: pulumi.Input[Optional[str]] = None,
                                       opts: Optional[InvokeOutputOptions] = None) -> Output[GetDbClusterParameterGroupResult]
    func LookupDbClusterParameterGroup(ctx *Context, args *LookupDbClusterParameterGroupArgs, opts ...InvokeOption) (*LookupDbClusterParameterGroupResult, error)
    func LookupDbClusterParameterGroupOutput(ctx *Context, args *LookupDbClusterParameterGroupOutputArgs, opts ...InvokeOption) LookupDbClusterParameterGroupResultOutput

    > Note: This function is named LookupDbClusterParameterGroup in the Go SDK.

    public static class GetDbClusterParameterGroup 
    {
        public static Task<GetDbClusterParameterGroupResult> InvokeAsync(GetDbClusterParameterGroupArgs args, InvokeOptions? opts = null)
        public static Output<GetDbClusterParameterGroupResult> Invoke(GetDbClusterParameterGroupInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetDbClusterParameterGroupResult> Invoke(GetDbClusterParameterGroupInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetDbClusterParameterGroupResult> getDbClusterParameterGroup(GetDbClusterParameterGroupArgs args, InvokeOptions options)
    public static Output<GetDbClusterParameterGroupResult> getDbClusterParameterGroup(GetDbClusterParameterGroupArgs args, InvokeOptions options)
    public static Output<GetDbClusterParameterGroupResult> getDbClusterParameterGroup(GetDbClusterParameterGroupArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: aws-native:docdb:getDbClusterParameterGroup
      arguments:
        # arguments dictionary
    data "aws-native_docdb_get_db_cluster_parameter_group" "name" {
        # arguments
    }

    The following arguments are supported:

    Name string
    The name of the DB cluster parameter group. If omitted, CloudFormation generates a unique name. The name is stored as lowercase.
    Name string
    The name of the DB cluster parameter group. If omitted, CloudFormation generates a unique name. The name is stored as lowercase.
    name string
    The name of the DB cluster parameter group. If omitted, CloudFormation generates a unique name. The name is stored as lowercase.
    name String
    The name of the DB cluster parameter group. If omitted, CloudFormation generates a unique name. The name is stored as lowercase.
    name string
    The name of the DB cluster parameter group. If omitted, CloudFormation generates a unique name. The name is stored as lowercase.
    name str
    The name of the DB cluster parameter group. If omitted, CloudFormation generates a unique name. The name is stored as lowercase.
    name String
    The name of the DB cluster parameter group. If omitted, CloudFormation generates a unique name. The name is stored as lowercase.

    getDbClusterParameterGroup Result

    The following output properties are available:

    Parameters object

    An object containing key-value pairs of parameters to set for the DB cluster parameter group.

    Search the CloudFormation User Guide for AWS::DocDB::DBClusterParameterGroup for more information about the expected schema for this property.

    Tags List<Pulumi.AwsNative.Outputs.Tag>
    An array of key-value pairs to apply to this resource.
    Parameters interface{}

    An object containing key-value pairs of parameters to set for the DB cluster parameter group.

    Search the CloudFormation User Guide for AWS::DocDB::DBClusterParameterGroup for more information about the expected schema for this property.

    Tags Tag
    An array of key-value pairs to apply to this resource.
    parameters any

    An object containing key-value pairs of parameters to set for the DB cluster parameter group.

    Search the CloudFormation User Guide for AWS::DocDB::DBClusterParameterGroup for more information about the expected schema for this property.

    tags list(object)
    An array of key-value pairs to apply to this resource.
    parameters Object

    An object containing key-value pairs of parameters to set for the DB cluster parameter group.

    Search the CloudFormation User Guide for AWS::DocDB::DBClusterParameterGroup for more information about the expected schema for this property.

    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    parameters any

    An object containing key-value pairs of parameters to set for the DB cluster parameter group.

    Search the CloudFormation User Guide for AWS::DocDB::DBClusterParameterGroup for more information about the expected schema for this property.

    tags Tag[]
    An array of key-value pairs to apply to this resource.
    parameters Any

    An object containing key-value pairs of parameters to set for the DB cluster parameter group.

    Search the CloudFormation User Guide for AWS::DocDB::DBClusterParameterGroup for more information about the expected schema for this property.

    tags Sequence[root_Tag]
    An array of key-value pairs to apply to this resource.
    parameters Any

    An object containing key-value pairs of parameters to set for the DB cluster parameter group.

    Search the CloudFormation User Guide for AWS::DocDB::DBClusterParameterGroup for more information about the expected schema for this property.

    tags List<Property Map>
    An array of key-value pairs to apply to this resource.

    Supporting Types

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.77.0
    published on Monday, Aug 31, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial