Storage Configuration Args
data class StorageConfigurationArgs(val name: Output<String>? = null, val s3: Output<StorageConfigurationS3StorageConfigurationArgs>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<StorageConfigurationArgs>
Resource Type definition for AWS::IVS::StorageConfiguration
Constructors
Link copied to clipboard
constructor(name: Output<String>? = null, s3: Output<StorageConfigurationS3StorageConfigurationArgs>? = null, tags: Output<List<TagArgs>>? = null)
Properties
Link copied to clipboard
An S3 storage configuration contains information about where recorded video will be stored. See the S3StorageConfiguration property type for more information.