Aws Redshift Cluster Parameter Group Properties Response
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
Link copied to clipboard
constructor(description: String? = null, parameterGroupFamily: String? = null, parameterGroupName: String? = null, parameters: List<ParameterResponse>? = null, tags: List<TagResponse>? = null)
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.
Link copied to clipboard
An array of key-value pairs to apply to this resource.