Skip to main content

connector_profiles_list_only

Lists connector_profiles in a region or regions, for all properties use connector_profiles

Overview

Nameconnector_profiles_list_only
TypeResource
DescriptionResource Type definition for AWS::AppFlow::ConnectorProfile
Idaws.appflow.connector_profiles_list_only

Fields

NameDatatypeDescription
connector_profile_arnstringUnique identifier for connector profile resources
connector_labelstringThe label of the connector. The label is unique for each ConnectorRegistration in your AWS account. Only needed if calling for CUSTOMCONNECTOR connector type/.
connector_profile_namestringThe maximum number of items to retrieve in a single batch.
kms_arnstringThe ARN of the AWS Key Management Service (AWS KMS) key that's used to encrypt your function's environment variables. If it's not provided, AWS Lambda uses a default service key.
connector_typestringList of Saas providers that need connector profile to be created
connection_modestringMode in which data transfer should be enabled. Private connection mode is currently enabled for Salesforce, Snowflake, Trendmicro and Singular
connector_profile_configobjectConnector specific configurations needed to create connector profile
credentials_arnstringA unique Arn for Connector-Profile resource
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all connector_profiles in a region.

SELECT
region,
connector_profile_name
FROM aws.appflow.connector_profiles_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the connector_profiles_list_only resource, see connector_profiles