put_account_data_retention¶
Operation¶
put_account_data_retention
async
¶
put_account_data_retention(input: PutAccountDataRetentionInput, plugins: list[Plugin] | None = None) -> PutAccountDataRetentionOutput
Sets the account-wide data retention mode for Amazon Bedrock.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
PutAccountDataRetentionInput
|
An instance of |
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 |
|---|---|
PutAccountDataRetentionOutput
|
An instance of |
Input¶
PutAccountDataRetentionInput
dataclass
¶
Dataclass for PutAccountDataRetentionInput structure.
Attributes¶
mode
class-attribute
instance-attribute
¶
mode: DataRetentionMode | None = None
The data retention mode to set for the account.