Class SpotFleetRequestLaunchSpecification
Inheritance
System.Object
SpotFleetRequestLaunchSpecification
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
Syntax
public sealed class SpotFleetRequestLaunchSpecification
Fields
View Source
Ami
Declaration
public readonly string Ami
Field Value
| Type |
Description |
| System.String |
|
View Source
AssociatePublicIpAddress
Declaration
public readonly bool? AssociatePublicIpAddress
Field Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
View Source
AvailabilityZone
The availability zone in which to place the request.
Declaration
public readonly string AvailabilityZone
Field Value
| Type |
Description |
| System.String |
|
View Source
EbsBlockDevices
Declaration
public readonly ImmutableArray<SpotFleetRequestLaunchSpecificationEbsBlockDevice> EbsBlockDevices
Field Value
View Source
EbsOptimized
Declaration
public readonly bool? EbsOptimized
Field Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
View Source
EphemeralBlockDevices
Declaration
public readonly ImmutableArray<SpotFleetRequestLaunchSpecificationEphemeralBlockDevice> EphemeralBlockDevices
Field Value
View Source
IamInstanceProfile
Declaration
public readonly string IamInstanceProfile
Field Value
| Type |
Description |
| System.String |
|
View Source
IamInstanceProfileArn
Declaration
public readonly string IamInstanceProfileArn
Field Value
| Type |
Description |
| System.String |
|
View Source
InstanceType
The type of instance to request.
Declaration
public readonly string InstanceType
Field Value
| Type |
Description |
| System.String |
|
View Source
KeyName
Declaration
public readonly string KeyName
Field Value
| Type |
Description |
| System.String |
|
View Source
Monitoring
Declaration
public readonly bool? Monitoring
Field Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
View Source
PlacementGroup
Declaration
public readonly string PlacementGroup
Field Value
| Type |
Description |
| System.String |
|
View Source
PlacementTenancy
Declaration
public readonly string PlacementTenancy
Field Value
| Type |
Description |
| System.String |
|
View Source
RootBlockDevices
Declaration
public readonly ImmutableArray<SpotFleetRequestLaunchSpecificationRootBlockDevice> RootBlockDevices
Field Value
View Source
SpotPrice
The maximum spot bid for this override request.
Declaration
public readonly string SpotPrice
Field Value
| Type |
Description |
| System.String |
|
View Source
SubnetId
The subnet in which to launch the requested instance.
Declaration
public readonly string SubnetId
Field Value
| Type |
Description |
| System.String |
|
View Source
A map of tags to assign to the resource.
Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableDictionary<System.String, System.Object> |
|
View Source
UserData
Declaration
public readonly string UserData
Field Value
| Type |
Description |
| System.String |
|
View Source
VpcSecurityGroupIds
Declaration
public readonly ImmutableArray<string> VpcSecurityGroupIds
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
WeightedCapacity
The capacity added to the fleet by a fulfilled request.
Declaration
public readonly string WeightedCapacity
Field Value
| Type |
Description |
| System.String |
|