Cloud.Service.AWS.DB.Parameter.Group

Cloud.Service.AWS.DB.Parameter.Group
Cloud.Service.AWS.DB.Parameter.Group
JSON Example
{
    "arn": "string",
    "description": "string",
    "family": "string",
    "name": "string",
    "name_prefix": "string",
    "parameter": [
        {
            "apply_method": "string",
            "name": "string",
            "value": "string"
        }
    ],
    "provider": "string",
    "provider_region": "string"
}
string
arn
Optional

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

string
description
Optional

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

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, Cloud Assembly 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
provider
Required

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

string
provider_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.