Skip to main content

integrations

Retrieves a list of integrations in a region

Overview

Nameintegrations
TypeResource
Descriptionintegrations
Idawscc.rds.integrations

Fields

NameDatatypeDescription
integration_arnstringThe ARN of the integration.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
integration_arn
FROM awscc.rds.integrations
WHERE region = 'us-east-1'

Permissions

To operate on the integrations resource, the following permissions are required:

Create

rds:CreateIntegration,
rds:DescribeIntegrations,
rds:AddTagsToResource,
kms:CreateGrant,
kms:DescribeKey,
redshift:CreateInboundIntegration

List

rds:DescribeIntegrations