AWS::IVS::StorageConfigurationThe `AWS::IVS::StorageConfiguration` resource specifies an storage configuration. A storage configuration describes an S3 location where recorded videos will be stored. For more information, see [Auto-Record to Amazon S3 (Low-Latency Streaming)](https://docs.aws.amazon.com/ivs/latest/LowLatencyUserGuide/record-to-s3.html) in the *Amazon IVS Low-Latency Streaming User Guide* .
import { CfnStorageConfiguration } from 'aws-cdk-lib/aws-ivs';Or use the module namespace:
import * as ivs from 'aws-cdk-lib/aws-ivs';
// ivs.CfnStorageConfigurationConfiguration passed to the constructor as CfnStorageConfigurationProps.
s3RequiredIResolvable | S3StorageConfigurationPropertyAn S3 storage configuration contains information about where recorded video will be stored. See the [S3StorageConfiguration](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-storageconfiguration-s3storageconfiguration.html) property type for more information.
nameOptionalstringStorage cnfiguration name.
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-storageconfiguration-tag.html) .
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::StorageConfiguration