Cloud.Service.AWS.DB.Parameter.Group

Cloud.Service.AWS.DB.Parameter.Group
Cloud.Service.AWS.DB.Parameter.Group
JSON Example
{
    "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"
}
string
account
Required

(Required) The name of the AWS cloud account to use for this resource

string
arn
Optional

Amazon Resource Name (ARN) assigned by AWS to the database parameter group.

integer
count
Optional

The number of resource instances to be created.

string
description
Optional

Description or purpose of the database parameter group. Default is 'Managed by the application'.

string
family
Required

(Required) Family of the database parameter group. A database parameter group can be associated with only one database parameter group family.

string
name
Optional

Name of the database parameter group. If omitted, the application assigns a random, unique name. Forces new resources.

string
name_prefix
Optional

Generates a unique name that begins with the specified prefix. Cannot be used with 'name'. Forces new resources.

array of object
parameter
Optional

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.

string
region
Required

(Required) Target cloud region, such as us-east-1. Must be within the provider cloud account.

object
tags
Optional

Instance resource categorization, in case-sensitive key names, or in key-value pairs.