Cloud.Service.AWS.Redshift.Parameter.Group

Cloud.Service.AWS.Redshift.Parameter.Group
Cloud.Service.AWS.Redshift.Parameter.Group
JSON Example
{
    "description": "string",
    "family": "string",
    "name": "string",
    "parameter": [
        {
            "name": "string",
            "value": "string"
        }
    ],
    "provider": "string",
    "provider_region": "string"
}
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
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.