Class: Aws::EC2::Types::ExportToS3TaskSpecification

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

Overview

Describes an export instance task.

Constant Summary collapse

SENSITIVE =
[]

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)


32370
32371
32372
32373
32374
32375
32376
32377
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32370

class ExportToS3TaskSpecification < Struct.new(
  :container_format,
  :disk_image_format,
  :s3_bucket,
  :s3_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#disk_image_formatString

The format for the exported image.

Returns:

  • (String)


32370
32371
32372
32373
32374
32375
32376
32377
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32370

class ExportToS3TaskSpecification < Struct.new(
  :container_format,
  :disk_image_format,
  :s3_bucket,
  :s3_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#s3_bucketString

The Amazon S3 bucket for the destination image. The destination bucket must exist and have an access control list (ACL) attached that specifies the Region-specific canonical account ID for the Grantee. For more information about the ACL to your S3 bucket, see Prerequisites in the VM Import/Export User Guide.

Returns:

  • (String)


32370
32371
32372
32373
32374
32375
32376
32377
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32370

class ExportToS3TaskSpecification < Struct.new(
  :container_format,
  :disk_image_format,
  :s3_bucket,
  :s3_prefix)
  SENSITIVE = []
  include Aws::Structure
end

#s3_prefixString

The image is written to a single object in the Amazon S3 bucket at the S3 key s3prefix + exportTaskId + '.' + diskImageFormat.

Returns:

  • (String)


32370
32371
32372
32373
32374
32375
32376
32377
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 32370

class ExportToS3TaskSpecification < Struct.new(
  :container_format,
  :disk_image_format,
  :s3_bucket,
  :s3_prefix)
  SENSITIVE = []
  include Aws::Structure
end