class Aws::AppStream::Types::CreateUpdatedImageRequest
@note When making an API call, you may pass CreateUpdatedImageRequest
data as a hash: { existing_image_name: "Name", # required new_image_name: "Name", # required new_image_description: "Description", new_image_display_name: "DisplayName", new_image_tags: { "TagKey" => "TagValue", }, dry_run: false, }
@!attribute [rw] existing_image_name
The name of the image to update. @return [String]
@!attribute [rw] new_image_name
The name of the new image. The name must be unique within the AWS account and Region. @return [String]
@!attribute [rw] new_image_description
The description to display for the new image. @return [String]
@!attribute [rw] new_image_display_name
The name to display for the new image. @return [String]
@!attribute [rw] new_image_tags
The tags to associate with the new image. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters: \_ . : / = + \\ - @ If you do not specify a value, the value is set to an empty string. For more information about tags, see [Tagging Your Resources][1] in the *Amazon AppStream 2.0 Administration Guide*. [1]: https://docs.aws.amazon.com/appstream2/latest/developerguide/tagging-basic.html @return [Hash<String,String>]
@!attribute [rw] dry_run
Indicates whether to display the status of image update availability before AppStream 2.0 initiates the process of creating a new updated image. If this value is set to `true`, AppStream 2.0 displays whether image updates are available. If this value is set to `false`, AppStream 2.0 initiates the process of creating a new updated image without displaying whether image updates are available. @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/CreateUpdatedImageRequest AWS API Documentation
Constants
- SENSITIVE