AWSRedshiftClusterPendingModifiedValues
No description
type AWSRedshiftClusterPendingModifiedValues {
automatedSnapshotRetentionPeriod: Int!
id: String!
type: String!
version: String!
encryptionType: String!
enhancedVpcRouting: Boolean!
maintenanceTrackName: String!
nodeType: String!
numberOfNodes: Int!
publiclyAccessible: Boolean!
}
Fields
AWSRedshiftClusterPendingModifiedValues.automatedSnapshotRetentionPeriod ● Int! non-null scalar
The pending or in-progress change of the automated snapshot retention period.
AWSRedshiftClusterPendingModifiedValues.id ● String! non-null scalar
The pending or in-progress change of the new identifier for the cluster
AWSRedshiftClusterPendingModifiedValues.type ● String! non-null scalar
The pending or in-progress change of the cluster type
AWSRedshiftClusterPendingModifiedValues.version ● String! non-null scalar
The pending or in-progress change of the service version
AWSRedshiftClusterPendingModifiedValues.encryptionType ● String! non-null scalar
The encryption type for a cluster
AWSRedshiftClusterPendingModifiedValues.enhancedVpcRouting ● Boolean! non-null scalar
An option that specifies whether to create the cluster with enhanced VPC routing enabled
AWSRedshiftClusterPendingModifiedValues.maintenanceTrackName ● String! non-null scalar
The name of the maintenance track that the cluster will change to during the next maintenance window
AWSRedshiftClusterPendingModifiedValues.nodeType ● String! non-null scalar
The pending or in-progress change of the cluster's node type
AWSRedshiftClusterPendingModifiedValues.numberOfNodes ● Int! non-null scalar
The pending or in-progress change of the number of nodes in the cluster
AWSRedshiftClusterPendingModifiedValues.publiclyAccessible ● Boolean! non-null scalar
The pending or in-progress change of the ability to connect to the cluster from the public network
Member of
AWSRedshiftCluster object