Class: Aws::EC2::Types::ExportToS3Task
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ExportToS3Task
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes the format and location for the export task.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#container_format ⇒ String
The container format used to combine disk images with metadata (such as OVF).
-
#disk_image_format ⇒ String
The format for the exported image.
-
#s3_bucket ⇒ String
The Amazon S3 bucket for the destination image.
-
#s3_key ⇒ String
The encryption key for your S3 bucket.
Instance Attribute Details
#container_format ⇒ String
The container format used to combine disk images with metadata (such as OVF). If absent, only the disk image is exported.
34317 34318 34319 34320 34321 34322 34323 34324 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34317 class ExportToS3Task < Struct.new( :container_format, :disk_image_format, :s3_bucket, :s3_key) SENSITIVE = [] include Aws::Structure end |
#disk_image_format ⇒ String
The format for the exported image.
34317 34318 34319 34320 34321 34322 34323 34324 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34317 class ExportToS3Task < Struct.new( :container_format, :disk_image_format, :s3_bucket, :s3_key) SENSITIVE = [] include Aws::Structure end |
#s3_bucket ⇒ String
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.
34317 34318 34319 34320 34321 34322 34323 34324 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34317 class ExportToS3Task < Struct.new( :container_format, :disk_image_format, :s3_bucket, :s3_key) SENSITIVE = [] include Aws::Structure end |
#s3_key ⇒ String
The encryption key for your S3 bucket.
34317 34318 34319 34320 34321 34322 34323 34324 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 34317 class ExportToS3Task < Struct.new( :container_format, :disk_image_format, :s3_bucket, :s3_key) SENSITIVE = [] include Aws::Structure end |