AwsRedshiftClusterParameterGroupPropertiesArgs

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

Constructors

constructor(description: Output<String>? = null, parameterGroupFamily: Output<String>? = null, parameterGroupName: Output<String>? = null, parameters: Output<List<ParameterArgs>>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

A description of the parameter group.

Link copied to clipboard
val parameterGroupFamily: Output<String>? = null

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
val parameterGroupName: Output<String>? = null

The name of the cluster parameter group.

Link copied to clipboard
val parameters: Output<List<ParameterArgs>>? = null

An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An array of key-value pairs to apply to this resource.

Functions

Link copied to clipboard
open override fun toJava(): AwsRedshiftClusterParameterGroupPropertiesArgs