NAME
Paws::EC2::SpotFleetRequestConfigData
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::EC2::SpotFleetRequestConfigData object:
$service_obj->Method(Att1 => { AllocationStrategy => $value, ..., ValidUntil => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::EC2::SpotFleetRequestConfigData object:
$result = $service_obj->Method(...);
$result->Att1->AllocationStrategy
DESCRIPTION
This class has no description
ATTRIBUTES
AllocationStrategy => Str
Indicates how to allocate the target capacity across the Spot pools
specified by the Spot fleet request. The default is C<lowestPrice>.
ClientToken => Str
A unique, case-sensitive identifier you provide to ensure idempotency
of your listings. This helps avoid duplicate listings. For more
information, see Ensuring Idempotency.
ExcessCapacityTerminationPolicy => Str
Indicates whether running Spot instances should be terminated if the
target capacity of the Spot fleet request is decreased below the
current size of the Spot fleet.
FulfilledCapacity => Num
The number of units fulfilled by this request compared to the set
target capacity.
REQUIRED IamFleetRole => Str
Grants the Spot fleet permission to terminate Spot instances on your
behalf when you cancel its Spot fleet request using
CancelSpotFleetRequests or when the Spot fleet request expires, if you
set C<terminateInstancesWithExpiration>.
REQUIRED LaunchSpecifications => ArrayRef[Paws::EC2::SpotFleetLaunchSpecification]
Information about the launch specifications for the Spot fleet request.
ReplaceUnhealthyInstances => Bool
Indicates whether Spot fleet should replace unhealthy instances.
REQUIRED SpotPrice => Str
The bid price per unit hour.
REQUIRED TargetCapacity => Int
The number of units to request. You can choose to set the target
capacity in terms of instances or a performance characteristic that is
important to your application workload, such as vCPUs, memory, or I/O.
TerminateInstancesWithExpiration => Bool
Indicates whether running Spot instances should be terminated when the
Spot fleet request expires.
Type => Str
The type of request. Indicates whether the fleet will only C<request>
the target capacity or also attempt to C<maintain> it. When you
C<request> a certain target capacity, the fleet will only place the
required bids. It will not attempt to replenish Spot instances if
capacity is diminished, nor will it submit bids in alternative Spot
pools if capacity is not available. When you want to C<maintain> a
certain target capacity, fleet will place the required bids to meet
this target capacity. It will also automatically replenish any
interrupted instances. Default: C<maintain>.
ValidFrom => Str
The start date and time of the request, in UTC format (for example,
I<YYYY>-I<MM>-I<DD>TI<HH>:I<MM>:I<SS>Z). The default is to start
fulfilling the request immediately.
ValidUntil => Str
The end date and time of the request, in UTC format (for example,
I<YYYY>-I<MM>-I<DD>TI<HH>:I<MM>:I<SS>Z). At this point, no new Spot
instance requests are placed or enabled to fulfill the request.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::EC2
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues