Get Account Settings
lambda_get_account_settings | R Documentation |
Retrieves details about your account's limits and usage in an Amazon Web Services Region¶
Description¶
Retrieves details about your account's limits and usage in an Amazon Web Services Region.
Usage¶
Value¶
A list with the following syntax:
list(
AccountLimit = list(
TotalCodeSize = 123,
CodeSizeUnzipped = 123,
CodeSizeZipped = 123,
ConcurrentExecutions = 123,
UnreservedConcurrentExecutions = 123
),
AccountUsage = list(
TotalCodeSize = 123,
FunctionCount = 123
)
)