Cloud.Service.AWS.DB.Parameter.Group
{
"account": "string",
"arn": "string",
"count": 0,
"description": "string",
"family": "string",
"name": "string",
"name_prefix": "string",
"parameter": [
{
"apply_method": "string",
"name": "string",
"value": "string"
}
],
"region": "string"
}
(Required) The name of the AWS cloud account to use for this resource
Amazon Resource Name (ARN) assigned by AWS to the database parameter group.
The number of resource instances to be created.
Description or purpose of the database parameter group. Default is 'Managed by the application'.
(Required) Family of the database parameter group. A database parameter group can be associated with only one database parameter group family.
Name of the database parameter group. If omitted, the application assigns a random, unique name. Forces new resources.
Generates a unique name that begins with the specified prefix. Cannot be used with 'name'. Forces new resources.
List of database parameters to apply. Parameters might differ from one family to another. After initial creation of the group, run AWS describe-db-parameters to see the full list of parameters.
(Required) Target cloud region, such as us-east-1. Must be within the provider cloud account.
Instance resource categorization, in case-sensitive key names, or in key-value pairs.