View source: R/ecs_operations.R
ecs_put_account_setting | R Documentation |
Modifies an account setting. Account settings are set on a per-Region basis.
See https://www.paws-r-sdk.com/docs/ecs_put_account_setting/ for full documentation.
ecs_put_account_setting(name, value, principalArn = NULL)
name |
[required] The Amazon ECS account setting name to modify. The following are the valid values for the account setting name.
|
value |
[required] The account setting value for the specified principal ARN. Accepted
values are When you specify
|
principalArn |
The ARN of the principal, which can be a user, role, or the root user. If you specify the root user, it modifies the account setting for all users, roles, and the root user of the account unless a user or role explicitly overrides these settings. If this field is omitted, the setting is changed only for the authenticated user. You must use the root user when you set the Fargate wait time
( Federated users assume the account setting of the root user and can't have explicit account settings set for them. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.