put_resource_policy¶
Operation¶
put_resource_policy
async
¶
put_resource_policy(input: PutResourcePolicyInput, plugins: list[Plugin] | None = None) -> PutResourcePolicyOutput
Adds a resource policy for a Bedrock resource.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
PutResourcePolicyInput
|
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 |
|---|---|
PutResourcePolicyOutput
|
An instance of |
Input¶
PutResourcePolicyInput
dataclass
¶
Dataclass for PutResourcePolicyInput structure.
Attributes¶
resource_arn
class-attribute
instance-attribute
¶
resource_arn: str | None = None
The ARN of the Bedrock resource to which this resource policy applies.
resource_policy
class-attribute
instance-attribute
¶
resource_policy: str | None = None
The JSON string representing the Bedrock resource policy.