Skip to main content

integrations

Retrieves a list of integrations in a region

Overview

Nameintegrations
TypeResource
Descriptionintegrations
Idawscc.customerprofiles.integrations

Fields

NameDatatypeDescription
domain_namestringThe unique name of the domain.
uristringThe URI of the S3 bucket or any other type of data source.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
domain_name,
uri
FROM awscc.customerprofiles.integrations
WHERE region = 'us-east-1'

Permissions

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

Create

profile:GetIntegration,
profile:PutIntegration,
appflow:CreateFlow,
app-integrations:CreateEventIntegrationAssociation,
app-integrations:GetEventIntegration,
events:ListTargetsByRule,
events:PutRule,
events:PutTargets,
events:PutEvents,
profile:TagResource

List

profile:ListIntegrations