Class: Aws::EC2::Types::ExportToS3Task

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Describes the format and location for an instance export task.

Instance Attribute Summary collapse

Instance Attribute Details

#container_formatString

The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.

Returns:

  • (String)


19056
19057
19058
19059
19060
19061
19062
# File 'lib/aws-sdk-ec2/types.rb', line 19056

class ExportToS3Task < Struct.new(
  :container_format,
  :disk_image_format,
  :s3_bucket,
  :s3_key)
  include Aws::Structure
end

#disk_image_formatString

The format for the exported image.

Returns:

  • (String)


19056
19057
19058
19059
19060
19061
19062
# File 'lib/aws-sdk-ec2/types.rb', line 19056

class ExportToS3Task < Struct.new(
  :container_format,
  :disk_image_format,
  :s3_bucket,
  :s3_key)
  include Aws::Structure
end

#s3_bucketString

The S3 bucket for the destination image. The destination bucket must exist and grant WRITE and READ_ACP permissions to the AWS account ‘[email protected]`.

Returns:

  • (String)


19056
19057
19058
19059
19060
19061
19062
# File 'lib/aws-sdk-ec2/types.rb', line 19056

class ExportToS3Task < Struct.new(
  :container_format,
  :disk_image_format,
  :s3_bucket,
  :s3_key)
  include Aws::Structure
end

#s3_keyString

The encryption key for your S3 bucket.

Returns:

  • (String)


19056
19057
19058
19059
19060
19061
19062
# File 'lib/aws-sdk-ec2/types.rb', line 19056

class ExportToS3Task < Struct.new(
  :container_format,
  :disk_image_format,
  :s3_bucket,
  :s3_key)
  include Aws::Structure
end