Deregister Ecs Cluster
opsworks_deregister_ecs_cluster | R Documentation |
Deregisters a specified Amazon ECS cluster from a stack¶
Description¶
Deregisters a specified Amazon ECS cluster from a stack. For more information, see Resource Management.
Required Permissions: To use this action, an IAM user must have a Manage permissions level for the stack or an attached policy that explicitly grants permissions. For more information on user permissions, see https://docs.aws.amazon.com/opsworks/latest/userguide/opsworks-security-users.html.
Usage¶
opsworks_deregister_ecs_cluster(EcsClusterArn)
Arguments¶
EcsClusterArn |
[required] The cluster's Amazon Resource Number (ARN). |
Value¶
An empty list.
Request syntax¶
svc$deregister_ecs_cluster(
EcsClusterArn = "string"
)