automated_reasoning_policy_versions_list_only
Lists automated_reasoning_policy_versions in a region or regions, for all properties use automated_reasoning_policy_versions
Overview
| Name | automated_reasoning_policy_versions_list_only |
| Type | Resource |
| Description | Definition of AWS::Bedrock::AutomatedReasoningPolicyVersion Resource Type |
| Id | awscc.bedrock.automated_reasoning_policy_versions_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
policy_arn | string | Arn of the policy |
version | string | The version of the policy |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all automated_reasoning_policy_versions in a region.
SELECT
region,
policy_arn,
version
FROM awscc.bedrock.automated_reasoning_policy_versions_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the automated_reasoning_policy_versions_list_only resource, see automated_reasoning_policy_versions