Class SpotFleetRequestLaunchSpecificationArgs
Inheritance
System.Object
SpotFleetRequestLaunchSpecificationArgs
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()
Assembly: Pulumi.Aws.dll
public sealed class SpotFleetRequestLaunchSpecificationArgs : ResourceArgs
Constructors
View Source
Declaration
public SpotFleetRequestLaunchSpecificationArgs()
Properties
View Source
Declaration
public Input<string> Ami { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<bool> AssociatePublicIpAddress { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
The availability zone in which to place the request.
Declaration
public Input<string> AvailabilityZone { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public InputList<SpotFleetRequestLaunchSpecificationEbsBlockDeviceArgs> EbsBlockDevices { get; set; }
Property Value
View Source
Declaration
public Input<bool> EbsOptimized { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Declaration
public InputList<SpotFleetRequestLaunchSpecificationEphemeralBlockDeviceArgs> EphemeralBlockDevices { get; set; }
Property Value
View Source
Declaration
public Input<string> IamInstanceProfile { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> IamInstanceProfileArn { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
The type of instance to request.
Declaration
public Input<string> InstanceType { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> KeyName { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<bool> Monitoring { get; set; }
Property Value
| Type |
Description |
| Input<System.Boolean> |
|
View Source
Declaration
public Input<string> PlacementGroup { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public Input<string> PlacementTenancy { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public InputList<SpotFleetRequestLaunchSpecificationRootBlockDeviceArgs> RootBlockDevices { get; set; }
Property Value
View Source
The maximum spot bid for this override request.
Declaration
public Input<string> SpotPrice { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
The subnet in which to launch the requested instance.
Declaration
public Input<string> SubnetId { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
A map of tags to assign to the resource.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type |
Description |
| InputMap<System.Object> |
|
View Source
Declaration
public Input<string> UserData { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
Declaration
public InputList<string> VpcSecurityGroupIds { get; set; }
Property Value
View Source
The capacity added to the fleet by a fulfilled request.
Declaration
public Input<string> WeightedCapacity { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|