Class: Aws::AppStream::Types::CreateExportImageTaskRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ami_descriptionString

An optional description for the exported AMI. This description will be applied to the resulting EC2 AMI.

Returns:

  • (String)


1340
1341
1342
1343
1344
1345
1346
1347
1348
# File 'lib/aws-sdk-appstream/types.rb', line 1340

class CreateExportImageTaskRequest < Struct.new(
  :image_name,
  :ami_name,
  :iam_role_arn,
  :tag_specifications,
  :ami_description)
  SENSITIVE = []
  include Aws::Structure
end

#ami_nameString

The name for the exported EC2 AMI. This is a required field that must be unique within your account and region.

Returns:

  • (String)


1340
1341
1342
1343
1344
1345
1346
1347
1348
# File 'lib/aws-sdk-appstream/types.rb', line 1340

class CreateExportImageTaskRequest < Struct.new(
  :image_name,
  :ami_name,
  :iam_role_arn,
  :tag_specifications,
  :ami_description)
  SENSITIVE = []
  include Aws::Structure
end

#iam_role_arnString

The ARN of the IAM role that allows WorkSpaces Applications to create the AMI. The role must have permissions to copy images, describe images, and create tags, with a trust relationship allowing appstream.amazonaws.com to assume the role.

Returns:

  • (String)


1340
1341
1342
1343
1344
1345
1346
1347
1348
# File 'lib/aws-sdk-appstream/types.rb', line 1340

class CreateExportImageTaskRequest < Struct.new(
  :image_name,
  :ami_name,
  :iam_role_arn,
  :tag_specifications,
  :ami_description)
  SENSITIVE = []
  include Aws::Structure
end

#image_nameString

The name of the WorkSpaces Applications image to export. The image must be in an available state and owned by your account.

Returns:

  • (String)


1340
1341
1342
1343
1344
1345
1346
1347
1348
# File 'lib/aws-sdk-appstream/types.rb', line 1340

class CreateExportImageTaskRequest < Struct.new(
  :image_name,
  :ami_name,
  :iam_role_arn,
  :tag_specifications,
  :ami_description)
  SENSITIVE = []
  include Aws::Structure
end

#tag_specificationsHash<String,String>

The tags to apply to the exported AMI. These tags help you organize and manage your EC2 AMIs.

Returns:

  • (Hash<String,String>)


1340
1341
1342
1343
1344
1345
1346
1347
1348
# File 'lib/aws-sdk-appstream/types.rb', line 1340

class CreateExportImageTaskRequest < Struct.new(
  :image_name,
  :ami_name,
  :iam_role_arn,
  :tag_specifications,
  :ami_description)
  SENSITIVE = []
  include Aws::Structure
end