connector_profiles
Retrieves a list of connector_profiles
in a region
Overview
Name | connector_profiles |
Type | Resource |
Description | connector_profiles |
Id | awscc.appflow.connector_profiles |
Fields
Name | Datatype | Description |
---|---|---|
connector_profile_name | string | The maximum number of items to retrieve in a single batch. |
region | string | AWS 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