Show / Hide Table of Contents

Class SpotFleetRequestLaunchSpecificationGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SpotFleetRequestLaunchSpecificationGetArgs
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 SpotFleetRequestLaunchSpecificationGetArgs : ResourceArgs

Constructors

View Source

SpotFleetRequestLaunchSpecificationGetArgs()

Declaration
public SpotFleetRequestLaunchSpecificationGetArgs()

Properties

View Source

Ami

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

AssociatePublicIpAddress

Declaration
public Input<bool> AssociatePublicIpAddress { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

AvailabilityZone

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

EbsBlockDevices

Declaration
public InputList<SpotFleetRequestLaunchSpecificationEbsBlockDeviceGetArgs> EbsBlockDevices { get; set; }
Property Value
Type Description
InputList<SpotFleetRequestLaunchSpecificationEbsBlockDeviceGetArgs>
View Source

EbsOptimized

Declaration
public Input<bool> EbsOptimized { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

EphemeralBlockDevices

Declaration
public InputList<SpotFleetRequestLaunchSpecificationEphemeralBlockDeviceGetArgs> EphemeralBlockDevices { get; set; }
Property Value
Type Description
InputList<SpotFleetRequestLaunchSpecificationEphemeralBlockDeviceGetArgs>
View Source

IamInstanceProfile

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

IamInstanceProfileArn

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

InstanceType

The type of instance to request.

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

KeyName

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

Monitoring

Declaration
public Input<bool> Monitoring { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

PlacementGroup

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

PlacementTenancy

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

RootBlockDevices

Declaration
public InputList<SpotFleetRequestLaunchSpecificationRootBlockDeviceGetArgs> RootBlockDevices { get; set; }
Property Value
Type Description
InputList<SpotFleetRequestLaunchSpecificationRootBlockDeviceGetArgs>
View Source

SpotPrice

The maximum spot bid for this override request.

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

SubnetId

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

Tags

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

UserData

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

VpcSecurityGroupIds

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

WeightedCapacity

The capacity added to the fleet by a fulfilled request.

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