StorageConfigurationS3StorageConfigurationArgs

data class StorageConfigurationS3StorageConfigurationArgs(val bucketName: Output<String>) : ConvertibleToJava<StorageConfigurationS3StorageConfigurationArgs>

A complex type that describes an S3 location where recorded videos will be stored.

Constructors

constructor(bucketName: Output<String>)

Properties

Link copied to clipboard
val bucketName: Output<String>

Location (S3 bucket name) where recorded videos will be stored. Note that the StorageConfiguration and S3 bucket must be in the same region as the Composition.

Functions

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