AWSKinesisStreamShard
No description
type AWSKinesisStreamShard {
hashKeyRange: AWSKinesisStreamShardHashKeyRange
sequenceNumberRange: AWSKinesisStreamShardSequenceNumberRange
id: String!
adjacentParentShardId: String!
parentShardId: String!
}
Fields
AWSKinesisStreamShard.hashKeyRange ● AWSKinesisStreamShardHashKeyRange object
The range of possible hash key values for the shard, which is a set of ordered contiguous positive integers
AWSKinesisStreamShard.sequenceNumberRange ● AWSKinesisStreamShardSequenceNumberRange object
The range of possible sequence numbers for the shard
AWSKinesisStreamShard.id ● String! non-null scalar
The unique identifier of the shard within the stream
AWSKinesisStreamShard.adjacentParentShardId ● String! non-null scalar
The shard ID of the shard adjacent to the shard's parent
AWSKinesisStreamShard.parentShardId ● String! non-null scalar
The shard ID of the shard's parent
Member of
AWSKinesisStream object