connector
Gets an individual connector
resource
Overview
Name | connector |
Type | Resource |
Description | connector |
Id | awscc.transfer.connector |
Fields
Name | Datatype | Description |
---|---|---|
access_role | string | Specifies the access role for the connector. |
as2_config | object | Configuration for an AS2 connector. |
sftp_config | object | Configuration for an SFTP connector. |
arn | string | Specifies the unique Amazon Resource Name (ARN) for the connector. |
connector_id | string | A unique identifier for the connector. |
logging_role | string | Specifies the logging role for the connector. |
tags | array | Key-value pairs that can be used to group and search for connectors. Tags are metadata attached to connectors for any purpose. |
url | string | URL for Connector |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
access_role,
as2_config,
sftp_config,
arn,
connector_id,
logging_role,
tags,
url
FROM awscc.transfer.connector
WHERE data__Identifier = '<ConnectorId>';
Permissions
To operate on the connector
resource, the following permissions are required:
Read
transfer:DescribeConnector
Update
transfer:UpdateConnector,
transfer:UnTagResource,
transfer:TagResource,
iam:PassRole
Delete
transfer:DeleteConnector