integrations_list_only
Lists integrations in a region or regions, for all properties use integrations
Overview
| Name | integrations_list_only |
| Type | Resource |
| Description | Integration from a source AWS service to a Redshift cluster |
| Id | aws.redshift.integrations_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
integration_arn | string | The Amazon Resource Name (ARN) of the integration. |
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_arn
FROM aws.redshift.integrations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the integrations_list_only resource, see integrations