AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the CreateUpdatedImage operation. 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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.AppStream.AmazonAppStreamRequest
      Amazon.AppStream.Model.CreateUpdatedImageRequest

Namespace: Amazon.AppStream.Model
Assembly: AWSSDK.AppStream.dll
Version: 3.x.y.z

Syntax

C#
public class CreateUpdatedImageRequest : AmazonAppStreamRequest
         IAmazonWebServiceRequest

The CreateUpdatedImageRequest type exposes the following members

Constructors

NameDescription
Public Method CreateUpdatedImageRequest()

Properties

NameTypeDescription
Public Property DryRun System.Boolean

Gets and sets the property DryRun.

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.

Public Property ExistingImageName System.String

Gets and sets the property ExistingImageName.

The name of the image to update.

Public Property NewImageDescription System.String

Gets and sets the property NewImageDescription.

The description to display for the new image.

Public Property NewImageDisplayName System.String

Gets and sets the property NewImageDisplayName.

The name to display for the new image.

Public Property NewImageName System.String

Gets and sets the property NewImageName.

The name of the new image. The name must be unique within the AWS account and Region.

Public Property NewImageTags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property NewImageTags.

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.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5