GetDistributionConfigurationDistributionS3ExportConfiguration

data class GetDistributionConfigurationDistributionS3ExportConfiguration(val diskImageFormat: String, val roleName: String, val s3Bucket: String, val s3Prefix: String)

Constructors

constructor(diskImageFormat: String, roleName: String, s3Bucket: String, s3Prefix: String)

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.

Link copied to clipboard

The prefix for the exported image.