class
Amazonite::Kinesis::StreamDescriptionSummary
- Amazonite::Kinesis::StreamDescriptionSummary
- Reference
- Object
Overview
Represents the output for DescribeStreamSummary
Included Modules
- JSON::Serializable
Defined in:
kinesis/stream_description_summary.crConstructors
- .new(stream_name : String, stream_arn : String, stream_status : StreamStatus, retention_period_hours : Int32, stream_creation_timestamp : Time, enhanced_monitoring : Array(EnhancedMetrics), open_shard_count : Int32, stream_id : String | Nil = nil, stream_mode_details : StreamModeDetails | Nil = nil, encryption_type : EncryptionType | Nil = nil, key_id : String | Nil = nil, consumer_count : Int32 | Nil = nil, warm_throughput : WarmThroughputObject | Nil = nil, max_record_size_in_ki_b : Int32 | Nil = nil, channel_count : Int32 | Nil = nil)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#channel_count : Int32 | Nil
The number of channels associated with the stream.
-
#channel_count=(channel_count : Int32 | Nil)
The number of channels associated with the stream.
-
#consumer_count : Int32 | Nil
The number of enhanced fan-out consumers registered with the stream.
-
#consumer_count=(consumer_count : Int32 | Nil)
The number of enhanced fan-out consumers registered with the stream.
-
#encryption_type : EncryptionType | Nil
The encryption type used.
-
#encryption_type=(encryption_type : EncryptionType | Nil)
The encryption type used.
-
#enhanced_monitoring : Array(EnhancedMetrics)
Represents the current enhanced monitoring settings of the stream.
-
#enhanced_monitoring=(enhanced_monitoring : Array(EnhancedMetrics))
Represents the current enhanced monitoring settings of the stream.
-
#hash(hasher)
See
Object#hash(hasher) -
#key_id : String | Nil
The GUID for the customer-managed Amazon Web Services KMS key to use for encryption.
-
#key_id=(key_id : String | Nil)
The GUID for the customer-managed Amazon Web Services KMS key to use for encryption.
-
#max_record_size_in_ki_b : Int32 | Nil
The maximum record size of a single record in kibibyte (KiB) that you can write to, and read from a stream.
-
#max_record_size_in_ki_b=(max_record_size_in_ki_b : Int32 | Nil)
The maximum record size of a single record in kibibyte (KiB) that you can write to, and read from a stream.
-
#open_shard_count : Int32
The number of open shards in the stream.
-
#open_shard_count=(open_shard_count : Int32)
The number of open shards in the stream.
-
#retention_period_hours : Int32
The current retention period, in hours.
-
#retention_period_hours=(retention_period_hours : Int32)
The current retention period, in hours.
-
#stream_arn : String
The Amazon Resource Name (ARN) for the stream being described.
-
#stream_arn=(stream_arn : String)
The Amazon Resource Name (ARN) for the stream being described.
-
#stream_creation_timestamp : Time
The approximate time that the stream was created.
-
#stream_creation_timestamp=(stream_creation_timestamp : Time)
The approximate time that the stream was created.
-
#stream_id : String | Nil
Not Implemented.
-
#stream_id=(stream_id : String | Nil)
Not Implemented.
-
#stream_mode_details : StreamModeDetails | Nil
Specifies the capacity mode to which you want to set your data stream.
-
#stream_mode_details=(stream_mode_details : StreamModeDetails | Nil)
Specifies the capacity mode to which you want to set your data stream.
-
#stream_name : String
The name of the stream being described.
-
#stream_name=(stream_name : String)
The name of the stream being described.
-
#stream_status : StreamStatus
The current status of the stream being described.
-
#stream_status=(stream_status : StreamStatus)
The current status of the stream being described.
- #validate! : Nil
-
#warm_throughput : WarmThroughputObject | Nil
The warm throughput in MB/s for the stream.
-
#warm_throughput=(warm_throughput : WarmThroughputObject | Nil)
The warm throughput in MB/s for the stream.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The number of channels associated with the stream.
The number of enhanced fan-out consumers registered with the stream.
The number of enhanced fan-out consumers registered with the stream.
The encryption type used. This value is one of the following:
-
KMS -
NONE
The encryption type used. This value is one of the following:
-
KMS -
NONE
Represents the current enhanced monitoring settings of the stream.
Represents the current enhanced monitoring settings of the stream.
The GUID for the customer-managed Amazon Web Services KMS key to use for encryption. This value
can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an
alias name prefixed by "alias/".You can also use a master key owned by Kinesis Data Streams by
specifying the alias aws/kinesis.
-
Key ARN example:
arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012 -
Alias ARN example:
arn:aws:kms:us-east-1:123456789012:alias/MyAliasName -
Globally unique key ID example:
12345678-1234-1234-1234-123456789012 -
Alias name example:
alias/MyAliasName -
Master key owned by Kinesis Data Streams:
alias/aws/kinesis
The GUID for the customer-managed Amazon Web Services KMS key to use for encryption. This value
can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an
alias name prefixed by "alias/".You can also use a master key owned by Kinesis Data Streams by
specifying the alias aws/kinesis.
-
Key ARN example:
arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012 -
Alias ARN example:
arn:aws:kms:us-east-1:123456789012:alias/MyAliasName -
Globally unique key ID example:
12345678-1234-1234-1234-123456789012 -
Alias name example:
alias/MyAliasName -
Master key owned by Kinesis Data Streams:
alias/aws/kinesis
The maximum record size of a single record in kibibyte (KiB) that you can write to, and read from a stream.
The maximum record size of a single record in kibibyte (KiB) that you can write to, and read from a stream.
The current retention period, in hours.
The Amazon Resource Name (ARN) for the stream being described.
The approximate time that the stream was created.
Specifies the capacity mode to which you want to set your data stream. Currently, in Kinesis Data Streams, you can choose between an on-demand ycapacity mode and a provisioned capacity mode for your data streams.
Specifies the capacity mode to which you want to set your data stream. Currently, in Kinesis Data Streams, you can choose between an on-demand ycapacity mode and a provisioned capacity mode for your data streams.
The current status of the stream being described. The stream status is one of the following states:
-
CREATING- The stream is being created. Kinesis Data Streams immediately returns and setsStreamStatustoCREATING. -
DELETING- The stream is being deleted. The specified stream is in theDELETINGstate until Kinesis Data Streams completes the deletion. -
ACTIVE- The stream exists and is ready for read and write operations or deletion. You should perform read and write operations only on anACTIVEstream. -
UPDATING- Shards in the stream are being merged or split. Read and write operations continue to work while the stream is in theUPDATINGstate.
The current status of the stream being described. The stream status is one of the following states:
-
CREATING- The stream is being created. Kinesis Data Streams immediately returns and setsStreamStatustoCREATING. -
DELETING- The stream is being deleted. The specified stream is in theDELETINGstate until Kinesis Data Streams completes the deletion. -
ACTIVE- The stream exists and is ready for read and write operations or deletion. You should perform read and write operations only on anACTIVEstream. -
UPDATING- Shards in the stream are being merged or split. Read and write operations continue to work while the stream is in theUPDATINGstate.
The warm throughput in MB/s for the stream. This represents the throughput capacity that will be immediately available for write operations.
The warm throughput in MB/s for the stream. This represents the throughput capacity that will be immediately available for write operations.