Lists the account settings for a specified principal.
ecs_list_account_settings(
maxResults = NULL,
nextToken = NULL,
name = NULL,
value = NULL,
principalArn = NULL,
effectiveSettings = NULL,
simplify = TRUE,
others = list(),
print_on_error = aws_get_print_on_error(),
retry_time = aws_get_retry_time(),
network_timeout = aws_get_network_timeout(),
region = aws_get_region()
)
Character. Pagination limit[optional]
Characters. The token for the next page of results[optional]
Character. The name of the account setting you want to list the settings for.
Character. The value of the account settings with which to filter results.
Character. The ARN of the principal, which can be an IAM user, IAM role, or the root user.
Logical. Specifies whether to return the effective settings.
Logical. Whether to simplify the result and handle nextToken
in the response[optional]
Named list. The parameters that are not included in the function parameters and need to be added into the request[optional]
Logical. Whether to show an error message when a network error occurs.
Integer. Number of retries for a REST request when encounter the
network issue. If the request has been sent retry_time
times but still not
be able to get the response, an error will be thrown.
Numeric. Number of seconds to wait for a REST response until giving up. Can not be less than 1 ms.
Character. The region of the AWS service.
A list object or a character vector
Pagination limit
The name of the account setting you want to list the settings for.
The value of the account settings with which to filter results. You must also specify an account setting name to use this parameter.
The ARN of the principal, which can be an IAM user, IAM role, or the root user. If this field is omitted, the account settings are listed only for the authenticated user.
Specifies whether to return the effective
settings. If true
, the account settings for the root user or the
default setting for the principalArn
are returned. If false
, the
account settings for the principalArn
are returned if they are set.
Otherwise, no account settings are
returned.