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

aws-native.rds.getDBParameterGroup

The AWS::RDS::DBParameterGroup resource creates a custom parameter group for an RDS database family

Using getDBParameterGroup

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 getDBParameterGroup(args: GetDBParameterGroupArgs, opts?: InvokeOptions): Promise<GetDBParameterGroupResult>
function getDBParameterGroupOutput(args: GetDBParameterGroupOutputArgs, opts?: InvokeOptions): Output<GetDBParameterGroupResult>
def get_db_parameter_group(d_b_parameter_group_name: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetDBParameterGroupResult
def get_db_parameter_group_output(d_b_parameter_group_name: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetDBParameterGroupResult]
func LookupDBParameterGroup(ctx *Context, args *LookupDBParameterGroupArgs, opts ...InvokeOption) (*LookupDBParameterGroupResult, error)
func LookupDBParameterGroupOutput(ctx *Context, args *LookupDBParameterGroupOutputArgs, opts ...InvokeOption) LookupDBParameterGroupResultOutput

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

public static class GetDBParameterGroup 
{
    public static Task<GetDBParameterGroupResult> InvokeAsync(GetDBParameterGroupArgs args, InvokeOptions? opts = null)
    public static Output<GetDBParameterGroupResult> Invoke(GetDBParameterGroupInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDBParameterGroupResult> getDBParameterGroup(GetDBParameterGroupArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:rds:getDBParameterGroup
  arguments:
    # arguments dictionary

The following arguments are supported:

DBParameterGroupName string

Specifies the name of the DB parameter group

DBParameterGroupName string

Specifies the name of the DB parameter group

dBParameterGroupName String

Specifies the name of the DB parameter group

dBParameterGroupName string

Specifies the name of the DB parameter group

d_b_parameter_group_name str

Specifies the name of the DB parameter group

dBParameterGroupName String

Specifies the name of the DB parameter group

getDBParameterGroup Result

The following output properties are available:

Parameters object

An array of parameter names and values for the parameter update.

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

An array of key-value pairs to apply to this resource.

Parameters interface{}

An array of parameter names and values for the parameter update.

Tags []DBParameterGroupTag

An array of key-value pairs to apply to this resource.

parameters Object

An array of parameter names and values for the parameter update.

tags List<DBParameterGroupTag>

An array of key-value pairs to apply to this resource.

parameters any

An array of parameter names and values for the parameter update.

tags DBParameterGroupTag[]

An array of key-value pairs to apply to this resource.

parameters Any

An array of parameter names and values for the parameter update.

tags Sequence[DBParameterGroupTag]

An array of key-value pairs to apply to this resource.

parameters Any

An array of parameter names and values for the parameter update.

tags List<Property Map>

An array of key-value pairs to apply to this resource.

Supporting Types

DBParameterGroupTag

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