connector_profile
Gets an individual connector_profile
resource
Overview
Name | connector_profile |
Type | Resource |
Description | connector_profile |
Id | awscc.appflow.connector_profile |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
connector_profile_arn,
connector_label,
connector_profile_name,
kms_arn,
connector_type,
connection_mode,
connector_profile_config,
credentials_arn
FROM awscc.appflow.connector_profile
WHERE data__Identifier = '<ConnectorProfileName>';
Permissions
To operate on the connector_profile
resource, the following permissions are required:
Delete
appflow:DeleteConnectorProfile
Read
appflow:DescribeConnectorProfiles
Update
appflow:UpdateConnectorProfile,
kms:ListKeys,
kms:DescribeKey,
kms:ListAliases,
kms:CreateGrant,
kms:ListGrants,
iam:PassRole,
secretsmanager:CreateSecret,
secretsmanager:GetSecretValue,
secretsmanager:PutResourcePolicy