This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::KinesisVideo::Stream StreamStorageConfiguration
The configuration for stream storage, including the default storage tier for stream data. This configuration determines how stream data is stored and accessed, with different tiers offering varying levels of performance and cost optimization.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "DefaultStorageTier" :String}
YAML
DefaultStorageTier:String
Properties
DefaultStorageTier-
The default storage tier for the stream data. This setting determines the storage class used for stream data, affecting both performance characteristics and storage costs.
Available storage tiers:
-
HOT- Optimized for frequent access with the lowest latency and highest performance. Ideal for real-time applications and frequently accessed data. -
WARM- Balanced performance and cost for moderately accessed data. Suitable for data that is accessed regularly but not continuously.
Required: No
Type: String
Allowed values:
HOT | WARMUpdate requires: No interruption
-