connector_profiles_list_only
Lists connector_profiles
in a region or regions, for all properties use connector_profiles
Overview
Name | connector_profiles_list_only |
Type | Resource |
Description | Resource Type definition for AWS::AppFlow::ConnectorProfile |
Id | aws.appflow.connector_profiles_list_only |
Fields
Name | Datatype | Description |
---|---|---|
connector_profile_arn | string | Unique identifier for connector profile resources |
connector_label | string | The 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_name | string | The maximum number of items to retrieve in a single batch. |
kms_arn | string | The 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_type | string | List of Saas providers that need connector profile to be created |
connection_mode | string | Mode in which data transfer should be enabled. Private connection mode is currently enabled for Salesforce, Snowflake, Trendmicro and Singular |
connector_profile_config | object | Connector specific configurations needed to create connector profile |
credentials_arn | string | A unique Arn for Connector-Profile resource |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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