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:
- DBParameter
Group stringName Specifies the name of the DB parameter group
- DBParameter
Group stringName Specifies the name of the DB parameter group
- d
BParameter StringGroup Name Specifies the name of the DB parameter group
- d
BParameter stringGroup Name Specifies the name of the DB parameter group
- d_
b_ strparameter_ group_ name Specifies the name of the DB parameter group
- d
BParameter StringGroup Name 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.
- List<Pulumi.
Aws Native. RDS. Outputs. DBParameter Group Tag> An array of key-value pairs to apply to this resource.
- Parameters interface{}
An array of parameter names and values for the parameter update.
- []DBParameter
Group Tag An array of key-value pairs to apply to this resource.
- parameters Object
An array of parameter names and values for the parameter update.
- List<DBParameter
Group Tag> An array of key-value pairs to apply to this resource.
- parameters any
An array of parameter names and values for the parameter update.
- DBParameter
Group Tag[] An array of key-value pairs to apply to this resource.
- parameters Any
An array of parameter names and values for the parameter update.
- Sequence[DBParameter
Group Tag] An array of key-value pairs to apply to this resource.
- parameters Any
An array of parameter names and values for the parameter update.
- 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