Cloud.Service.AWS.Redshift.Parameter.Group
{
"account": "string",
"count": 0,
"description": "string",
"family": "string",
"name": "string",
"parameter": [
{
"name": "string",
"value": "string"
}
],
"region": "string"
}
(Required) The name of the AWS cloud account to use for this resource
The number of resource instances to be created.
Free-form text explanation about the Redshift parameter group. Defaults to 'Managed by the application'.
(Required) Family of the Redshift parameter group. A Redshift cluster parameter group can be associated with only one cluster parameter group family.
(Required) Amazon Resource Name (ARN) assigned by AWS to the Redshift parameter group.
Redshift parameters to apply after initial creation of the group, which vary from one family to another.
(Required) Target cloud region, such as us-east-1. Must be within the provider cloud account.