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