Resource Type definition for AWS::Transfer::Connector
access_role
(String) Specifies the access role for the connector.url
(String) URL for Connectoras_2_config
(Attributes) Configuration for an AS2 connector. (see below for nested schema)logging_role
(String) Specifies the logging role for the connector.security_policy_name
(String) Security policy for SFTP Connectorsftp_config
(Attributes) Configuration for an SFTP connector. (see below for nested schema)tags
(Attributes Set) Key-value pairs that can be used to group and search for connectors. Tags are metadata attached to connectors for any purpose. (see below for nested schema)arn
(String) Specifies the unique Amazon Resource Name (ARN) for the connector.connector_id
(String) A unique identifier for the connector.id
(String) Uniquely identifies the resource.service_managed_egress_ip_addresses
(List of String) The list of egress IP addresses of this connector. These IP addresses are assigned automatically when you create the connector.as_2_config
Optional:
basic_auth_secret_id
(String) ARN or name of the secret in AWS Secrets Manager which contains the credentials for Basic authentication. If empty, Basic authentication is disabled for the AS2 connectorcompression
(String) Compression setting for this AS2 connector configuration.encryption_algorithm
(String) Encryption algorithm for this AS2 connector configuration.local_profile_id
(String) A unique identifier for the local profile.mdn_response
(String) MDN Response setting for this AS2 connector configuration.mdn_signing_algorithm
(String) MDN Signing algorithm for this AS2 connector configuration.message_subject
(String) The message subject for this AS2 connector configuration.partner_profile_id
(String) A unique identifier for the partner profile.signing_algorithm
(String) Signing algorithm for this AS2 connector configuration.sftp_config
Optional:
trusted_host_keys
(List of String) List of public host keys, for the external server to which you are connecting.user_secret_id
(String) ARN or name of the secret in AWS Secrets Manager which contains the SFTP user's private keys or passwords.tags
Required:
key
(String) The name assigned to the tag that you create.value
(String) Contains one or more values that you assigned to the key name you create.Import is supported using the following syntax:
$ terraform import awscc_transfer_connector.example <resource ID>