Cloud.Service.AWS.RDS.Cluster.Parameter.Group

Cloud.Service.AWS.RDS.Cluster.Parameter.Group
Cloud.Service.AWS.RDS.Cluster.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 cluster parameter group.

integer
count
Optional

The number of resource instances to be created.

string
description
Optional

A free form explanation about the cluster parameter group. Default is Managed by Cloud Assembly.

string
family
Required

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

string
name
Optional

User-assigned identifier for the cluster parameter group. If omitted, Cloud Assembly assigns a random, unique identifier. Cannot be used with name_prefix. Forces new resources.

string
name_prefix
Optional

User-assigned prefix added to the automatic, Cloud Assembly identifier. Cannot be used with name. Forces new resources.

array of object
parameter
Optional

Database parameters to apply after initial creation of the group, which vary from one family to another. For a list of parameters, see the AWS RDS database cluster parameters documentation.

string
region
Required

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

object
tags
Optional

Cluster parameter group resource categorization, in case-sensitive key names, or in key-value pairs.