AWSRedshiftClusterReservedNodeExchangeStatus
No description
type AWSRedshiftClusterReservedNodeExchangeStatus {
requestedAt: DateTime
reservedNodeExchangeRequestId: String!
numberOfSourceReservedNode: Int!
sourceReservedNodeId: String!
sourceReservedNodeType: String!
status: AWSRedshiftClusterReservedNodeExchangeStatusType!
numberOfTargetReservedNode: Int!
targetReservedNodeOfferingId: String!
targetReservedNodeType: String!
}
Fields
AWSRedshiftClusterReservedNodeExchangeStatus.requestedAt ● DateTime scalar
A date and time that indicate when the reserved-node exchange was requested
AWSRedshiftClusterReservedNodeExchangeStatus.reservedNodeExchangeRequestId ● String! non-null scalar
The identifier of the reserved-node exchange request
AWSRedshiftClusterReservedNodeExchangeStatus.numberOfSourceReservedNode ● Int! non-null scalar
The source reserved-node count in the cluster
AWSRedshiftClusterReservedNodeExchangeStatus.sourceReservedNodeId ● String! non-null scalar
The identifier of the source reserved-node
AWSRedshiftClusterReservedNodeExchangeStatus.sourceReservedNodeType ● String! non-null scalar
The source reserved-node type, for example ds2.xlarge
AWSRedshiftClusterReservedNodeExchangeStatus.status ● AWSRedshiftClusterReservedNodeExchangeStatusType! non-null enum
The status of the reserved-node exchange request. Statuses include in-progress and requested
AWSRedshiftClusterReservedNodeExchangeStatus.numberOfTargetReservedNode ● Int! non-null scalar
The count of target reserved nodes in the cluster
AWSRedshiftClusterReservedNodeExchangeStatus.targetReservedNodeOfferingId ● String! non-null scalar
The identifier of the target reserved node offering
AWSRedshiftClusterReservedNodeExchangeStatus.targetReservedNodeType ● String! non-null scalar
The node type of the target reserved node, for example ra3.4xlarge
Member of
AWSRedshiftCluster object