Class MediaStorageConfiguration

java.lang.Object
software.amazon.awssdk.services.kinesisvideo.model.MediaStorageConfiguration
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<MediaStorageConfiguration.Builder,MediaStorageConfiguration>

@Generated("software.amazon.awssdk:codegen") public final class MediaStorageConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MediaStorageConfiguration.Builder,MediaStorageConfiguration>

A structure that encapsulates, or contains, the media storage configuration properties.

  • If StorageStatus is enabled, the data will be stored in the StreamARN provided. In order for WebRTC Ingestion to work, the stream must have data retention enabled.

  • If StorageStatus is disabled, no data will be stored, and the StreamARN parameter will not be needed.

See Also: