AWSKinesisStream
No description
type AWSKinesisStream {
metadata: ResourceMetadata!
enhancedMonitoring: [AWSKinesisStreamEnhancedMonitoring!]!
hasMoreShards: Boolean!
retentionPeriodHours: Int!
shards: [AWSKinesisStreamShard!]!
arn: String!
createdAt: DateTime
name: String!
status: AWSKinesisStreamStatusType!
encryptionType: AWSKinesisStreamEncryptionType!
keyId: String!
modeDetails: AWSKinesisStreamModeDetails
}
Fields
AWSKinesisStream.metadata ● ResourceMetadata! non-null object
The metadata to identify this resource in Shisho Cloud
AWSKinesisStream.enhancedMonitoring ● [AWSKinesisStreamEnhancedMonitoring!]! non-null object
Represents the current enhanced monitoring settings of the stream
AWSKinesisStream.hasMoreShards ● Boolean! non-null scalar
If set to true, more shards in the stream are available to describe
AWSKinesisStream.retentionPeriodHours ● Int! non-null scalar
The current retention period, in hours. Minimum value of 24. Maximum value of 168
AWSKinesisStream.shards ● [AWSKinesisStreamShard!]! non-null object
The shards that comprise the stream
AWSKinesisStream.arn ● String! non-null scalar
The Amazon Resource Name (ARN) for the stream being described
AWSKinesisStream.createdAt ● DateTime scalar
The approximate time that the stream was created
AWSKinesisStream.name ● String! non-null scalar
The name of the stream being described
AWSKinesisStream.status ● AWSKinesisStreamStatusType! non-null enum
The current status of the stream being described
AWSKinesisStream.encryptionType ● AWSKinesisStreamEncryptionType! non-null enum
The server-side encryption type used on the stream
AWSKinesisStream.keyId ● String! non-null scalar
The GUID for the customer-managed Amazon Web Services KMS key to use for encryption
AWSKinesisStream.modeDetails ● AWSKinesisStreamModeDetails object
Specifies the capacity mode to which you want to set your data stream
Member of
AWSKinesis object