Show / Hide Table of Contents

Class LaunchTemplateCapacityReservationSpecification

Inheritance
System.Object
LaunchTemplateCapacityReservationSpecification
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Ec2.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class LaunchTemplateCapacityReservationSpecification

Fields

View Source

CapacityReservationPreference

Indicates the instance's Capacity Reservation preferences. Can be open or none. (Default none).

Declaration
public readonly string CapacityReservationPreference
Field Value
Type Description
System.String
View Source

CapacityReservationTarget

Used to target a specific Capacity Reservation:

Declaration
public readonly LaunchTemplateCapacityReservationSpecificationCapacityReservationTarget CapacityReservationTarget
Field Value
Type Description
LaunchTemplateCapacityReservationSpecificationCapacityReservationTarget
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.