Cloud.Service.AWS.RDS.Cluster.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 cluster parameter group.
The number of resource instances to be created.
A free form explanation about the cluster parameter group. Default is 'Managed by the application'.
(Required) Family of the cluster parameter group. A database cluster parameter group can be associated with only one cluster parameter group family.
User-assigned identifier for the cluster parameter group. If omitted, the application assigns a random, unique identifier. Cannot be used with name_prefix. Forces new resources.
User-assigned prefix added to the automatic, application identifier. Cannot be used with name. Forces new resources.
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.
(Required) Target cloud region, such as us-east-1. Must be within the provider cloud account.
Cluster parameter group resource categorization, in case-sensitive key names, or in key-value pairs.