delete_resource_policy¶
Operation¶
delete_resource_policy
async
¶
delete_resource_policy(input: DeleteResourcePolicyInput, plugins: list[Plugin] | None = None) -> DeleteResourcePolicyOutput
Deletes a previously created Bedrock resource policy.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeleteResourcePolicyInput
|
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 |
|---|---|
DeleteResourcePolicyOutput
|
An instance of |
Input¶
DeleteResourcePolicyInput
dataclass
¶
Output¶
DeleteResourcePolicyOutput
dataclass
¶
Dataclass for DeleteResourcePolicyOutput structure.