integrations_list_only
Lists integrations in a region or regions, for all properties use integrations
Overview
| Name | integrations_list_only |
| Type | Resource |
| Description | Resource Schema for Logs Integration Resource |
| Id | aws.logs.integrations_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
integration_name | string | User provided identifier for integration, unique to the user account. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all integrations in a region.
SELECT
region,
integration_name
FROM aws.logs.integrations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the integrations_list_only resource, see integrations