EVS / Client / put_account_settings
put_account_settings¶
- EVS.Client.put_account_settings(**kwargs)¶
Creates or updates account-level EVS settings for your Amazon Web Services account in the specified Amazon Web Services Region.
EVS settings included in the request are created or overwritten. Settings omitted from the request retain their current values.
See also: AWS API Documentation
Request Syntax
response = client.put_account_settings( settings=[ { 'name': 'string', 'value': 'string' }, ] )
- Parameters:
settings (list) –
[REQUIRED]
A list of regional account-level EVS settings to create or update. Only the settings included in this list are modified.
(dict) –
A regional account-level EVS setting, represented as a name and value pair.
name (string) – [REQUIRED]
The name of the EVS setting. Valid values are:
vcfPortedCoreCount(type: numeric string) - The total number of VCF license cores ported to Amazon EVS for the account in that Region. The maximum value is 1,000,000 cores. This setting value is shared with Broadcom for record-keeping.
value (string) – [REQUIRED]
The value of the EVS setting.
- Return type:
dict
- Returns:
Response Syntax
{ 'settings': [ { 'name': 'string', 'value': 'string' }, ] }
Response Structure
(dict) –
The response for the PutAccountSettings operation.
settings (list) –
A list of regional account-level EVS settings, and their values, that were modified in this request.
(dict) –
A regional account-level EVS setting, represented as a name and value pair.
name (string) –
The name of the EVS setting. Valid values are:
vcfPortedCoreCount(type: numeric string) - The total number of VCF license cores ported to Amazon EVS for the account in that Region. The maximum value is 1,000,000 cores. This setting value is shared with Broadcom for record-keeping.
value (string) –
The value of the EVS setting.
Exceptions