InstanceStorageConfigStorageConfigS3Config

data class InstanceStorageConfigStorageConfigS3Config(val bucketName: String, val bucketPrefix: String, val encryptionConfig: InstanceStorageConfigStorageConfigS3ConfigEncryptionConfig? = null)

Constructors

constructor(bucketName: String, bucketPrefix: String, encryptionConfig: InstanceStorageConfigStorageConfigS3ConfigEncryptionConfig? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The S3 bucket name.

Link copied to clipboard

The S3 bucket prefix.

Link copied to clipboard

The encryption configuration. Documented below.