aws-native logo
AWS Native v0.54.0, Mar 21 23

aws-native.rds.getDBClusterParameterGroup

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(d_b_cluster_parameter_group_name: Optional[str] = None,
                                   opts: Optional[InvokeOptions] = None) -> GetDBClusterParameterGroupResult
def get_db_cluster_parameter_group_output(d_b_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:

getDBClusterParameterGroup Result

The following output properties are available:

Tags List<Pulumi.AwsNative.RDS.Outputs.DBClusterParameterGroupTag>

The list of tags for the cluster parameter group.

Tags []DBClusterParameterGroupTag

The list of tags for the cluster parameter group.

tags List<DBClusterParameterGroupTag>

The list of tags for the cluster parameter group.

tags DBClusterParameterGroupTag[]

The list of tags for the cluster parameter group.

tags Sequence[DBClusterParameterGroupTag]

The list of tags for the cluster parameter group.

tags List<Property Map>

The list of tags for the cluster parameter group.

Supporting Types

DBClusterParameterGroupTag

Key string

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

Value string

The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

Key string

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

Value string

The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

key String

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

value String

The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

key string

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

value string

The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

key str

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

value str

The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

key String

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

value String

The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

Package Details

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