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.

Describes an instance's Capacity Reservation targeting option. You can specify only one option at a time. Use the CapacityReservationPreference parameter to configure the instance to run in On-Demand capacity or to run in any open Capacity Reservation that has matching attributes (instance type, platform, Availability Zone). Use the CapacityReservationTarget parameter to explicitly target a specific Capacity Reservation or a Capacity Reservation group.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.LaunchTemplateCapacityReservationSpecificationRequest

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

Syntax

C#
public class LaunchTemplateCapacityReservationSpecificationRequest

The LaunchTemplateCapacityReservationSpecificationRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property CapacityReservationPreference Amazon.EC2.CapacityReservationPreference

Gets and sets the property CapacityReservationPreference.

Indicates the instance's Capacity Reservation preferences. Possible preferences include:

  • open - The instance can run in any open Capacity Reservation that has matching attributes (instance type, platform, Availability Zone).

  • none - The instance avoids running in a Capacity Reservation even if one is available. The instance runs in On-Demand capacity.

Public Property CapacityReservationTarget Amazon.EC2.Model.CapacityReservationTarget

Gets and sets the property CapacityReservationTarget.

Information about the target Capacity Reservation or Capacity Reservation group.

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