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 DisableFastLaunch operation. Discontinue faster launching for a Windows AMI, and clean up existing pre-provisioned snapshots. When you disable faster launching, the AMI uses the standard launch process for each instance. All pre-provisioned snapshots must be removed before you can enable faster launching again.

To change these settings, you must own the AMI.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.EC2.AmazonEC2Request
      Amazon.EC2.Model.DisableFastLaunchRequest

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

Syntax

C#
public class DisableFastLaunchRequest : AmazonEC2Request
         IAmazonWebServiceRequest

The DisableFastLaunchRequest type exposes the following members

Constructors

NameDescription
Public Method DisableFastLaunchRequest()

Properties

NameTypeDescription
Public Property Force System.Boolean

Gets and sets the property Force.

Forces the image settings to turn off faster launching for your Windows AMI. This parameter overrides any errors that are encountered while cleaning up resources in your account.

Public Property ImageId System.String

Gets and sets the property ImageId.

The ID of the image for which you’re turning off faster launching, and removing pre-provisioned snapshots.

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