AwsRedshiftClusterParameterGroupPropertiesResponse

data class AwsRedshiftClusterParameterGroupPropertiesResponse(val description: String? = null, val parameterGroupFamily: String? = null, val parameterGroupName: String? = null, val parameters: List<ParameterResponse>? = null, val tags: List<TagResponse>? = null)

Definition of awsRedshiftClusterParameterGroup

Constructors

constructor(description: String? = null, parameterGroupFamily: String? = null, parameterGroupName: String? = null, parameters: List<ParameterResponse>? = null, tags: List<TagResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

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.

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

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