get_resource_policy¶
Operation¶
get_resource_policy
async
¶
get_resource_policy(input: GetResourcePolicyInput, plugins: list[Plugin] | None = None) -> GetResourcePolicyOutput
Retrieves the resource policy associated with a knowledge base.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
GetResourcePolicyInput
|
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 |
|---|---|
GetResourcePolicyOutput
|
An instance of |
Input¶
GetResourcePolicyInput
dataclass
¶
Output¶
GetResourcePolicyOutput
dataclass
¶
Dataclass for GetResourcePolicyOutput structure.