We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 31, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
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 dictionarydata "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::DBClusterParameterGroupfor more information about the expected schema for this property.-
List<Pulumi.
Aws Native. 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::DBClusterParameterGroupfor more information about the expected schema for this property.- 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::DBClusterParameterGroupfor more information about the expected schema for this property.- 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::DBClusterParameterGroupfor more information about the expected schema for this property.- 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::DBClusterParameterGroupfor more information about the expected schema for this property.- 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::DBClusterParameterGroupfor more information about the expected schema for this property.- 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::DBClusterParameterGroupfor more information about the expected schema for this property.- List<Property Map>
- An array of key-value pairs to apply to this resource.
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 31, 2026 by Pulumi