AWSRedshiftClusterParameter
No description
type AWSRedshiftClusterParameter {
allowedValues: String!
applyType: AWSRedshiftClusterParameterApplyType!
dataType: String!
description: String!
isModifiable: Boolean!
minimumEngineVersion: String!
name: String!
value: String!
source: String!
}
Fields
AWSRedshiftClusterParameter.allowedValues
● String!
non-null scalar
The valid range of values for the parameter
AWSRedshiftClusterParameter.applyType
● AWSRedshiftClusterParameterApplyType!
non-null enum
Specifies how to apply the WLM configuration parameter. Some properties can be applied dynamically, while other properties require that any associated clusters be rebooted for the configuration changes to be applied. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups (https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html) in the Amazon Redshift Cluster Management Guide.
AWSRedshiftClusterParameter.dataType
● String!
non-null scalar
The data type of the parameter
AWSRedshiftClusterParameter.description
● String!
non-null scalar
A description of the parameter
AWSRedshiftClusterParameter.isModifiable
● Boolean!
non-null scalar
If true, the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.
AWSRedshiftClusterParameter.minimumEngineVersion
● String!
non-null scalar
The earliest engine version to which the parameter can apply
AWSRedshiftClusterParameter.name
● String!
non-null scalar
The name of the parameter
AWSRedshiftClusterParameter.value
● String!
non-null scalar
The value of the parameter
AWSRedshiftClusterParameter.source
● String!
non-null scalar
The source of the parameter value, such as "engine-default" or "user"