Skip to content

Lambda  >  Operations  >  get_account_settings

get_account_settings

Operation

get_account_settings async

get_account_settings(input: GetAccountSettingsInput, plugins: list[Plugin] | None = None) -> GetAccountSettingsOutput

Retrieves details about your account's limits and usage in an Amazon Web Services Region.

Parameters:

Name Type Description Default
input GetAccountSettingsInput

An instance of GetAccountSettingsInput.

required
plugins list[Plugin] | None

A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations.

None

Returns:

Type Description
GetAccountSettingsOutput

An instance of GetAccountSettingsOutput.

Input

GetAccountSettingsInput dataclass

Dataclass for GetAccountSettingsInput structure.

Output

GetAccountSettingsOutput dataclass

Dataclass for GetAccountSettingsOutput structure.

Attributes

account_limit class-attribute instance-attribute
account_limit: AccountLimit | None = None

Limits that are related to concurrency and code storage.

account_usage class-attribute instance-attribute
account_usage: AccountUsage | None = None

The number of functions and amount of storage in use.