Cloud.Service.AWS.Redshift.Parameter.Group

Cloud.Service.AWS.Redshift.Parameter.Group
Cloud.Service.AWS.Redshift.Parameter.Group
JSON Example
{
    "account": "string",
    "count": 0,
    "description": "string",
    "family": "string",
    "name": "string",
    "parameter": [
        {
            "name": "string",
            "value": "string"
        }
    ],
    "region": "string"
}
string
account
Required

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

integer
count
Optional

The number of resource instances to be created.

string
description
Optional

Free-form text explanation about the Redshift parameter group. Defaults to Managed by Cloud Assembly.

string
family
Required

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

string
name
Required

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

array of object
parameter
Optional

Redshift parameters to apply after initial creation of the group, which vary from one family to another.

string
region
Required

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