Skip to main content

connector_profiles

Retrieves a list of connector_profiles in a region

Overview

Nameconnector_profiles
TypeResource
Descriptionconnector_profiles
Idawscc.appflow.connector_profiles

Fields

NameDatatypeDescription
connector_profile_namestringThe maximum number of items to retrieve in a single batch.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
connector_profile_name
FROM awscc.appflow.connector_profiles
WHERE region = 'us-east-1'

Permissions

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

Create

appflow:CreateConnectorProfile,
kms:ListKeys,
kms:DescribeKey,
kms:ListAliases,
kms:CreateGrant,
kms:ListGrants,
iam:PassRole,
secretsmanager:CreateSecret,
secretsmanager:GetSecretValue,
secretsmanager:PutResourcePolicy

List

appflow:DescribeConnectorProfiles