Class LaunchTemplateCapacityReservationSpecificationGetArgs
Inheritance
System.Object
LaunchTemplateCapacityReservationSpecificationGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class LaunchTemplateCapacityReservationSpecificationGetArgs : ResourceArgs
Constructors
View SourceLaunchTemplateCapacityReservationSpecificationGetArgs()
Declaration
public LaunchTemplateCapacityReservationSpecificationGetArgs()
Properties
View SourceCapacityReservationPreference
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> |
CapacityReservationTarget
Used to target a specific Capacity Reservation:
Declaration
public Input<LaunchTemplateCapacityReservationSpecificationCapacityReservationTargetGetArgs> CapacityReservationTarget { get; set; }
Property Value
Type | Description |
---|---|
Input<LaunchTemplateCapacityReservationSpecificationCapacityReservationTargetGetArgs> |