View source: R/ecs_operations.R
ecs_create_capacity_provider | R Documentation |
Creates a new capacity provider. Capacity providers are associated with an Amazon ECS cluster and are used in capacity provider strategies to facilitate cluster auto scaling.
See https://www.paws-r-sdk.com/docs/ecs_create_capacity_provider/ for full documentation.
ecs_create_capacity_provider(name, autoScalingGroupProvider, tags = NULL)
name |
[required] The name of the capacity provider. Up to 255 characters are allowed.
They include letters (both upper and lowercase letters), numbers,
underscores (_), and hyphens (-). The name can't be prefixed with
" |
autoScalingGroupProvider |
[required] The details of the Auto Scaling group for the capacity provider. |
tags |
The metadata that you apply to the capacity provider to categorize and organize them more conveniently. Each tag consists of a key and an optional value. You define both of them. The following basic restrictions apply to tags:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.