integrations
Retrieves a list of integrations
in a region
Overview
Name | integrations |
Type | Resource |
Description | integrations |
Id | awscc.rds.integrations |
Fields
Name | Datatype | Description |
---|---|---|
integration_arn | string | The ARN of the integration. |
region | string | AWS 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