/AWS1/CL_APS=>CREATEUPDATEDIMAGE()
¶
About CreateUpdatedImage¶
Creates a new image with the latest Windows operating system updates, driver updates, and AppStream 2.0 agent software.
For more information, see the "Update an Image by Using Managed AppStream 2.0 Image Updates" section in Administer Your AppStream 2.0 Images, in the Amazon AppStream 2.0 Administration Guide.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_EXISTINGIMAGENAME
TYPE /AWS1/APSNAME
/AWS1/APSNAME
¶
The name of the image to update.
IV_NEWIMAGENAME
TYPE /AWS1/APSNAME
/AWS1/APSNAME
¶
The name of the new image. The name must be unique within the AWS account and Region.
Optional arguments:¶
IV_NEWIMAGEDESCRIPTION
TYPE /AWS1/APSDESCRIPTION
/AWS1/APSDESCRIPTION
¶
The description to display for the new image.
IV_NEWIMAGEDISPLAYNAME
TYPE /AWS1/APSDISPLAYNAME
/AWS1/APSDISPLAYNAME
¶
The name to display for the new image.
IT_NEWIMAGETAGS
TYPE /AWS1/CL_APSTAGS_W=>TT_TAGS
TT_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 in the Amazon AppStream 2.0 Administration Guide.
IV_DRYRUN
TYPE /AWS1/APSBOOLEAN
/AWS1/APSBOOLEAN
¶
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 tofalse
, AppStream 2.0 initiates the process of creating a new updated image without displaying whether image updates are available.