Show / Hide Table of Contents

Class LaunchTemplateCapacityReservationSpecificationGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
LaunchTemplateCapacityReservationSpecificationGetArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class LaunchTemplateCapacityReservationSpecificationGetArgs : ResourceArgs

Constructors

View Source

LaunchTemplateCapacityReservationSpecificationGetArgs()

Declaration
public LaunchTemplateCapacityReservationSpecificationGetArgs()

Properties

View Source

CapacityReservationPreference

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

Declaration
public Input<string> CapacityReservationPreference { get; set; }
Property Value
Type Description
Input<System.String>
View Source

CapacityReservationTarget

Used to target a specific Capacity Reservation:

Declaration
public Input<LaunchTemplateCapacityReservationSpecificationCapacityReservationTargetGetArgs> CapacityReservationTarget { get; set; }
Property Value
Type Description
Input<LaunchTemplateCapacityReservationSpecificationCapacityReservationTargetGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.