InstanceStorageConfigS3Config

data class InstanceStorageConfigS3Config(val bucketName: String, val bucketPrefix: String, val encryptionConfig: InstanceStorageConfigEncryptionConfig? = null)

Constructors

Link copied to clipboard
constructor(bucketName: String, bucketPrefix: String, encryptionConfig: InstanceStorageConfigEncryptionConfig? = 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 Amazon S3 encryption configuration.