StorageConfigurationArgs

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
val name: Output<String>? = null

Storage Configuration Name.

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.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

A list of key-value pairs that contain metadata for the asset model.

Functions

Link copied to clipboard
open override fun toJava(): StorageConfigurationArgs