opsworks_register_ecs_cluster {paws.management} | R Documentation |
Registers a specified Amazon ECS cluster with a stack
Description
Registers a specified Amazon ECS cluster with a stack. You can register only one cluster with a stack. A cluster can be registered with only one stack. For more information, see Resource Management.
See https://www.paws-r-sdk.com/docs/opsworks_register_ecs_cluster/ for full documentation.
Usage
opsworks_register_ecs_cluster(EcsClusterArn, StackId)
Arguments
EcsClusterArn |
[required] The cluster's ARN. |
StackId |
[required] The stack ID. |
[Package paws.management version 0.9.0 Index]