AWS::IVS::RecordingConfigurationThe `AWS::IVS::RecordingConfiguration` resource specifies an recording configuration. A recording configuration enables the recording of a channel’s live streams to a data store. Multiple channels can reference the same recording configuration. For more information, see [RecordingConfiguration](https://docs.aws.amazon.com/ivs/latest/LowLatencyAPIReference/API_RecordingConfiguration.html) in the *Amazon IVS Low-Latency Streaming API Reference* .
import { CfnRecordingConfiguration } from 'aws-cdk-lib/aws-ivs';Or use the module namespace:
import * as ivs from 'aws-cdk-lib/aws-ivs';
// ivs.CfnRecordingConfigurationConfiguration passed to the constructor as CfnRecordingConfigurationProps.
destinationConfigurationRequiredIResolvable | DestinationConfigurationPropertyA destination configuration describes an S3 bucket where recorded video will be stored. See the DestinationConfiguration property type for more information.
nameOptionalstringRecording-configuration name. The value does not need to be unique.
recordingReconnectWindowSecondsOptionalnumberIf a broadcast disconnects and then reconnects within the specified interval, the multiple streams will be considered a single broadcast and merged together. *Default* : `0`
Default: - 0
renditionConfigurationOptionalIResolvable | RenditionConfigurationPropertyA rendition configuration describes which renditions should be recorded for a stream. See the RenditionConfiguration property type for more information.
tagsOptionalCfnTag[]An array of key-value pairs to apply to this resource. For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-recordingconfiguration-tag.html) .
thumbnailConfigurationOptionalIResolvable | ThumbnailConfigurationPropertyA thumbnail configuration enables/disables the recording of thumbnails for a live session and controls the interval at which thumbnails are generated for the live session. See the ThumbnailConfiguration property type for more information.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-ivsAWS::IVS::RecordingConfiguration