DistributionConfigurationDistributionS3ExportConfiguration

data class DistributionConfigurationDistributionS3ExportConfiguration(val diskImageFormat: String, val roleName: String, val s3Bucket: String, val s3Prefix: String? = null)

Constructors

constructor(diskImageFormat: String, roleName: String, s3Bucket: String, s3Prefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The disk image format of the exported image (RAW, VHD, or VMDK)

Link copied to clipboard

The name of the IAM role to use for exporting.

Link copied to clipboard

The name of the S3 bucket to store the exported image in. The bucket needs to exist before the export configuration is created.

Link copied to clipboard
val s3Prefix: String? = null

The prefix for the exported image.