AWS Native is in preview. AWS Classic is fully supported.
aws-native.rds.getDbClusterParameterGroup
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
The AWS::RDS::DBClusterParameterGroup resource creates a new Amazon RDS DB cluster parameter group. For more information, see Managing an Amazon Aurora DB Cluster in the Amazon Aurora User Guide.
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?: InvokeOptions): Output<GetDbClusterParameterGroupResult>
def get_db_cluster_parameter_group(db_cluster_parameter_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDbClusterParameterGroupResult
def get_db_cluster_parameter_group_output(db_cluster_parameter_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = 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 CompletableFuture<GetDbClusterParameterGroupResult> getDbClusterParameterGroup(GetDbClusterParameterGroupArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:rds:getDbClusterParameterGroup
arguments:
# arguments dictionary
The following arguments are supported:
- Db
Cluster stringParameter Group Name The name of the DB cluster parameter group.
Constraints:
- Must not match the name of an existing DB cluster parameter group.
If you don't specify a value for
DBClusterParameterGroupName
property, a name is automatically created for the DB cluster parameter group.This value is stored as a lowercase string.
- Db
Cluster stringParameter Group Name The name of the DB cluster parameter group.
Constraints:
- Must not match the name of an existing DB cluster parameter group.
If you don't specify a value for
DBClusterParameterGroupName
property, a name is automatically created for the DB cluster parameter group.This value is stored as a lowercase string.
- db
Cluster StringParameter Group Name The name of the DB cluster parameter group.
Constraints:
- Must not match the name of an existing DB cluster parameter group.
If you don't specify a value for
DBClusterParameterGroupName
property, a name is automatically created for the DB cluster parameter group.This value is stored as a lowercase string.
- db
Cluster stringParameter Group Name The name of the DB cluster parameter group.
Constraints:
- Must not match the name of an existing DB cluster parameter group.
If you don't specify a value for
DBClusterParameterGroupName
property, a name is automatically created for the DB cluster parameter group.This value is stored as a lowercase string.
- db_
cluster_ strparameter_ group_ name The name of the DB cluster parameter group.
Constraints:
- Must not match the name of an existing DB cluster parameter group.
If you don't specify a value for
DBClusterParameterGroupName
property, a name is automatically created for the DB cluster parameter group.This value is stored as a lowercase string.
- db
Cluster StringParameter Group Name The name of the DB cluster parameter group.
Constraints:
- Must not match the name of an existing DB cluster parameter group.
If you don't specify a value for
DBClusterParameterGroupName
property, a name is automatically created for the DB cluster parameter group.This value is stored as a lowercase string.
getDbClusterParameterGroup Result
The following output properties are available:
- Parameters object
An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.
Search the CloudFormation User Guide for
AWS::RDS::DBClusterParameterGroup
for more information about the expected schema for this property.- List<Pulumi.
Aws Native. Outputs. Tag> - The list of tags for the cluster parameter group.
- Parameters interface{}
An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.
Search the CloudFormation User Guide for
AWS::RDS::DBClusterParameterGroup
for more information about the expected schema for this property.- Tag
- The list of tags for the cluster parameter group.
- parameters Object
An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.
Search the CloudFormation User Guide for
AWS::RDS::DBClusterParameterGroup
for more information about the expected schema for this property.- List<Tag>
- The list of tags for the cluster parameter group.
- parameters any
An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.
Search the CloudFormation User Guide for
AWS::RDS::DBClusterParameterGroup
for more information about the expected schema for this property.- Tag[]
- The list of tags for the cluster parameter group.
- parameters Any
An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.
Search the CloudFormation User Guide for
AWS::RDS::DBClusterParameterGroup
for more information about the expected schema for this property.- Sequence[root_Tag]
- The list of tags for the cluster parameter group.
- parameters Any
An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.
Search the CloudFormation User Guide for
AWS::RDS::DBClusterParameterGroup
for more information about the expected schema for this property.- List<Property Map>
- The list of tags for the cluster parameter group.
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.