Aws Redshift Cluster Parameter Group Properties Args
data class AwsRedshiftClusterParameterGroupPropertiesArgs(val description: Output<String>? = null, val parameterGroupFamily: Output<String>? = null, val parameterGroupName: Output<String>? = null, val parameters: Output<List<ParameterArgs>>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<AwsRedshiftClusterParameterGroupPropertiesArgs>
Definition of awsRedshiftClusterParameterGroup
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.