NAME
Paws::ECS::CapacityProvider
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::ECS::CapacityProvider object:
$service_obj->Method(Att1 => { AutoScalingGroupProvider => $value, ..., UpdateStatusReason => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::ECS::CapacityProvider object:
$result = $service_obj->Method(...);
$result->Att1->AutoScalingGroupProvider
DESCRIPTION
The details of a capacity provider.
ATTRIBUTES
AutoScalingGroupProvider => Paws::ECS::AutoScalingGroupProvider
The Auto Scaling group settings for the capacity provider.
CapacityProviderArn => Str
The Amazon Resource Name (ARN) that identifies the capacity provider.
Name => Str
The name of the capacity provider.
Status => Str
The current status of the capacity provider. Only capacity providers in an ACTIVE
state can be used in a cluster. When a capacity provider is successfully deleted, it will have an INACTIVE
status.
Tags => ArrayRef[Paws::ECS::Tag]
The metadata that you apply to the capacity provider to help you categorize and organize it. Each tag consists of a key and an optional value, both of which you define.
The following basic restrictions apply to tags:
Maximum number of tags per resource - 50
For each resource, each tag key must be unique, and each tag key can have only one value.
Maximum key length - 128 Unicode characters in UTF-8
Maximum value length - 256 Unicode characters in UTF-8
If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @.
Tag keys and values are case-sensitive.
Do not use
aws:
,AWS:
, or any upper or lowercase combination of such as a prefix for either keys or values as it is reserved for AWS use. You cannot edit or delete tag keys or values with this prefix. Tags with this prefix do not count against your tags per resource limit.
UpdateStatus => Str
The update status of the capacity provider. The following are the possible states that will be returned.
- DELETE_IN_PROGRESS
-
The capacity provider is in the process of being deleted.
- DELETE_COMPLETE
-
The capacity provider has been successfully deleted and will have an
INACTIVE
status. - DELETE_FAILED
-
The capacity provider was unable to be deleted. The update status reason will provide further details about why the delete failed.
UpdateStatusReason => Str
The update status reason. This provides further details about the update status for the capacity provider.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::ECS
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