AWSRedshiftClusterParameterGroup
No description
type AWSRedshiftClusterParameterGroup {
parameterStatusList: [AWSRedshiftClusterParameterStatus!]!
parameterApplyStatus: String!
name: String!
parameters: [AWSRedshiftClusterParameter!]!
}
Fields
AWSRedshiftClusterParameterGroup.parameterStatusList ● [AWSRedshiftClusterParameterStatus!]! non-null object
The list of parameter statuses
AWSRedshiftClusterParameterGroup.parameterApplyStatus ● String! non-null scalar
The status of parameter updates
AWSRedshiftClusterParameterGroup.name ● String! non-null scalar
The name of the cluster parameter group
AWSRedshiftClusterParameterGroup.parameters ● [AWSRedshiftClusterParameter!]! non-null object
The parameters in the cluster parameter group
Member of
AWSRedshiftCluster object