Describes the connector that’s identified by the ConnectorId.
See also: AWS API Documentation
See ‘aws help’ for descriptions of global parameters.
describe-connector
--connector-id <value>
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]
--connector-id
(string)
The unique identifier for the connector.
--cli-input-json
| --cli-input-yaml
(string)
Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton
. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml
.
--generate-cli-skeleton
(string)
Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input
, prints a sample input JSON that can be used as an argument for --cli-input-json
. Similarly, if provided yaml-input
it will print a sample input YAML that can be used with --cli-input-yaml
. If provided with the value output
, it validates the command inputs and returns a sample output JSON for that command. The generated JSON skeleton is not stable between versions of the AWS CLI and there are no backwards compatibility guarantees in the JSON skeleton generated.
See ‘aws help’ for descriptions of global parameters.
Connector -> (structure)
The structure that contains the details of the connector.
Arn -> (string)
The unique Amazon Resource Name (ARN) for the connector.
ConnectorId -> (string)
The unique identifier for the connector.
Url -> (string)
The URL of the partner’s AS2 endpoint.
As2Config -> (structure)
A structure that contains the parameters for a connector object.
LocalProfileId -> (string)
A unique identifier for the AS2 process.
PartnerProfileId -> (string)
A unique identifier for the partner for the connector.
MessageSubject -> (string)
A short description to help identify the connector.
Compression -> (string)
Specifies whether the AS2 file is compressed.
EncryptionAlgorithm -> (string)
The algorithm that is used to encrypt the file.
SigningAlgorithm -> (string)
The algorithm that is used to sign the AS2 transfers for this partner profile.
MdnSigningAlgorithm -> (string)
The signing algorithm for the MDN response.
MdnResponse -> (string)
Used for outbound requests (from an Transfer Family server to a partner AS2 server) to determine whether the partner response for transfers is synchronous or asynchronous. Specify either of the following values:
SYNC
: The system expects a synchronous MDN response, confirming that the file was transferred successfully (or not).
NONE
: Specifies that no MDN response is required.AccessRole -> (string)
With AS2, you can send files by calling
StartFileTransfer
and specifying the file paths in the request parameter,SendFilePaths
. We use the file’s parent directory (for example, for--send-file-paths /bucket/dir/file.txt
, parent directory is/bucket/dir/
) to temporarily store a processed AS2 message file, store the MDN when we receive them from the partner, and write a final JSON file containing relevant metadata of the transmission. So, theAccessRole
needs to provide read and write access to the parent directory of the file location used in theStartFileTransfer
request. Additionally, you need to provide read and write access to the parent directory of the files that you intend to send withStartFileTransfer
.LoggingRole -> (string)
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role that allows a connector to turn on CloudWatch logging for Amazon S3 events. When set, you can view connector activity in your CloudWatch logs.
Tags -> (list)
Key-value pairs that can be used to group and search for connectors.
(structure)
Creates a key-value pair for a specific resource. Tags are metadata that you can use to search for and group a resource for various purposes. You can apply tags to servers, users, and roles. A tag key can take more than one value. For example, to group servers for accounting purposes, you might create a tag called
Group
and assign the valuesResearch
andAccounting
to that group.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.