Cluster Parameter Group Args
data class ClusterParameterGroupArgs(val description: Output<String>? = null, val parameterGroupFamily: Output<String>? = null, val parameterGroupName: Output<String>? = null, val parameters: Output<List<ClusterParameterGroupParameterArgs>>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ClusterParameterGroupArgs>
Resource Type definition for AWS::Redshift::ClusterParameterGroup
Properties
Link copied to clipboard
A description of the parameter group.
Link copied to clipboard
The Amazon Redshift engine version to which the cluster parameter group applies. The cluster engine version determines the set of parameters.
Link copied to clipboard
The name of the cluster parameter group.
Link copied to clipboard
An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.