integrations
Retrieves a list of integrations
in a region
Overview
Name | integrations |
Type | Resource |
Description | integrations |
Id | awscc.customerprofiles.integrations |
Fields
Name | Datatype | Description |
---|---|---|
domain_name | string | The unique name of the domain. |
uri | string | The URI of the S3 bucket or any other type of data source. |
region | string | AWS 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