Class LaunchTemplateCapacityReservationSpecificationArgs
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 LaunchTemplateCapacityReservationSpecificationArgs : ResourceArgs
Constructors
View SourceLaunchTemplateCapacityReservationSpecificationArgs()
Declaration
public LaunchTemplateCapacityReservationSpecificationArgs()
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<LaunchTemplateCapacityReservationSpecificationCapacityReservationTargetArgs> CapacityReservationTarget { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<LaunchTemplateCapacityReservationSpecificationCapacityReservationTargetArgs> |