| Column Name | Column Data Type |
include Input Column
Specifies whether or not you want to see the resource tags for the capacity provider. If TAGS is specified, the tags are included in the response. If this field is omitted, tags aren't included in the response. | VARCHAR[] |
Show child fields- include[]
|
max_results Input Column
The maximum number of account setting results returned by DescribeCapacityProviders in paginated output. When this parameter is used, DescribeCapacityProviders only returns maxResults results in a single page along with a nextToken response element. The remaining results of the initial request can be seen by sending another DescribeCapacityProviders request with the returned nextToken value. This value can be between 1 and 10. If this parameter is not used, then DescribeCapacityProviders returns up to 10 results and a nextToken value if applicable. | BIGINT |
next_token Input Column
The nextToken value to include in a future DescribeCapacityProviders request. When the results of a DescribeCapacityProviders request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return. | VARCHAR |
_aws_profile Input Column
The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( "type" VARCHAR, "name" VARCHAR, "account_id" VARCHAR, "via_profile_name" VARCHAR, "assumed_role_arn" VARCHAR, "organization" STRUCT( "account_name" VARCHAR, "id" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "master_account" STRUCT( "id" VARCHAR, "email" VARCHAR ), "parents" STRUCT( "type" VARCHAR, "id" VARCHAR, "name" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[] )[] ) ) |
Show child fields- _aws_profile.account_id
The AWS account id
- _aws_profile.assumed_role_arn
The ARN of the assumed role
- _aws_profile.name
The unique name of the profile.
- _aws_profile.organization
Information about this profile's membership in the AWS organization. Show child fields- _aws_profile.organization.account_name
The name of account speciifed by the organization
- _aws_profile.organization.id
The organization id
- _aws_profile.organization.master_account
Show child fields- _aws_profile.organization.master_account.email
The organization master account email address
- _aws_profile.organization.master_account.id
The organization master account id
- _aws_profile.organization.parents[]
Show child fields- _aws_profile.organization.parents[].id
The id of the parent
- _aws_profile.organization.parents[].name
The name of the parent
- _aws_profile.organization.parents[].tags[]
Show child fields- _aws_profile.organization.parents[].tags[].key
- _aws_profile.organization.parents[].tags[].value
- _aws_profile.organization.parents[].type
The type of parent can be an organization unit or a root
- _aws_profile.organization.tags[]
Show child fields- _aws_profile.organization.tags[].key
- _aws_profile.organization.tags[].value
- _aws_profile.type
The type of profile, either 'credentials' or 'assumed_role'
- _aws_profile.via_profile_name
This IAM role for this profile is assumed by first utilizing another profile with this name to obtain credentials.
|
_aws_region Input Column
The AWS region to use. | VARCHAR |
_input_capacity_providers Input Column
| VARCHAR[] |
Show child fields- _input_capacity_providers[]
|
capacity_providers
The list of capacity providers. | STRUCT( "capacity_provider_arn" VARCHAR, "name" VARCHAR, "status" VARCHAR, "auto_scaling_group_provider" STRUCT( "auto_scaling_group_arn" VARCHAR, "managed_scaling" STRUCT( "status" VARCHAR, "target_capacity" BIGINT, "minimum_scaling_step_size" BIGINT, "maximum_scaling_step_size" BIGINT, "instance_warmup_period" BIGINT ), "managed_termination_protection" VARCHAR, "managed_draining" VARCHAR ), "update_status" VARCHAR, "update_status_reason" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[] )[] |
Show child fields- capacity_providers[]
Show child fields- capacity_providers[].auto_scaling_group_provider
The Auto Scaling group settings for the capacity provider. Show child fields- capacity_providers[].auto_scaling_group_provider.auto_scaling_group_arn
The Amazon Resource Name (ARN) that identifies the Auto Scaling group, or the Auto Scaling group name.
- capacity_providers[].auto_scaling_group_provider.managed_draining
The managed draining option for the Auto Scaling group capacity provider. When you enable this, Amazon ECS manages and gracefully drains the EC2 container instances that are in the Auto Scaling group capacity provider.
- capacity_providers[].auto_scaling_group_provider.managed_scaling
The managed scaling settings for the Auto Scaling group capacity provider. Show child fields- capacity_providers[].auto_scaling_group_provider.managed_scaling.instance_warmup_period
The period of time, in seconds, after a newly launched Amazon EC2 instance can contribute to CloudWatch metrics for Auto Scaling group. If this parameter is omitted, the default value of 300 seconds is used.
- capacity_providers[].auto_scaling_group_provider.managed_scaling.maximum_scaling_step_size
The maximum number of Amazon EC2 instances that Amazon ECS will scale out at one time. If this parameter is omitted, the default value of 10000 is used.
- capacity_providers[].auto_scaling_group_provider.managed_scaling.minimum_scaling_step_size
The minimum number of Amazon EC2 instances that Amazon ECS will scale out at one time. The scale in process is not affected by this parameter If this parameter is omitted, the default value of 1 is used. When additional capacity is required, Amazon ECS will scale up the minimum scaling step size even if the actual demand is less than the minimum scaling step size. If you use a capacity provider with an Auto Scaling group configured with more than one Amazon EC2 instance type or Availability Zone, Amazon ECS will scale up by the exact minimum scaling step size value and will ignore both the maximum scaling step size as well as the capacity demand.
- capacity_providers[].auto_scaling_group_provider.managed_scaling.status
Determines whether to use managed scaling for the capacity provider.
- capacity_providers[].auto_scaling_group_provider.managed_scaling.target_capacity
The target capacity utilization as a percentage for the capacity provider. The specified value must be greater than 0 and less than or equal to 100. For example, if you want the capacity provider to maintain 10% spare capacity, then that means the utilization is 90%, so use a targetCapacity of 90. The default value of 100 percent results in the Amazon EC2 instances in your Auto Scaling group being completely used.
- capacity_providers[].auto_scaling_group_provider.managed_termination_protection
The managed termination protection setting to use for the Auto Scaling group capacity provider. This determines whether the Auto Scaling group has managed termination protection. The default is off. When using managed termination protection, managed scaling must also be used otherwise managed termination protection doesn't work. When managed termination protection is on, Amazon ECS prevents the Amazon EC2 instances in an Auto Scaling group that contain tasks from being terminated during a scale-in action. The Auto Scaling group and each instance in the Auto Scaling group must have instance protection from scale-in actions on as well. For more information, see Instance Protection in the Auto Scaling User Guide. When managed termination protection is off, your Amazon EC2 instances aren't protected from termination when the Auto Scaling group scales in.
- capacity_providers[].capacity_provider_arn
The Amazon Resource Name (ARN) that identifies the capacity provider.
- capacity_providers[].name
The name of the capacity provider.
- capacity_providers[].status
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 has an INACTIVE status.
- capacity_providers[].tags[]
Show child fields- capacity_providers[].tags[].key
One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.
- capacity_providers[].tags[].value
The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).
- capacity_providers[].update_status
The update status of the capacity provider. The following are the possible states that is returned. - DELETE_IN_PROGRESS
-
The capacity provider is in the process of being deleted. - DELETE_COMPLETE
-
The capacity provider was successfully deleted and has an INACTIVE status. - DELETE_FAILED
-
The capacity provider can't be deleted. The update status reason provides further details about why the delete failed.
- capacity_providers[].update_status_reason
The update status reason. This provides further details about the update status for the capacity provider.
|
failures
Any failures associated with the call. | STRUCT( "arn" VARCHAR, "reason" VARCHAR, "detail" VARCHAR )[] |
Show child fields- failures[]
Show child fields- failures[].arn
The Amazon Resource Name (ARN) of the failed resource.
- failures[].detail
The details of the failure.
- failures[].reason
The reason for the failure.
|