- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
",t};e.buildCustomizationMenuUi=t;function n(e){let t='
",t}function s(e){let n=e.filter.currentValue||e.filter.defaultValue,t='${e.filter.label}
`,e.filter.options.forEach(s=>{let o=s.id===n;t+=``}),t+="${e.filter.label}
`,t+=`access_role
Type: STRING
Provider name: AccessRole
Description: Connectors are used to send files using either the AS2 or SFTP protocol. For the access role, provide the Amazon Resource Name (ARN) of the Identity and Access Management role to use. For AS2 connectors 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, the AccessRole
needs to provide read and write access to the parent directory of the file location used in the StartFileTransfer
request. Additionally, you need to provide read and write access to the parent directory of the files that you intend to send with StartFileTransfer
. If you are using Basic authentication for your AS2 connector, the access role requires the secretsmanager:GetSecretValue
permission for the secret. If the secret is encrypted using a customer-managed key instead of the Amazon Web Services managed key in Secrets Manager, then the role also needs the kms:Decrypt
permission for that key. For SFTP connectors Make sure that the access role provides read and write access to the parent directory of the file location that’s used in the StartFileTransfer
request. Additionally, make sure that the role provides secretsmanager:GetSecretValue
permission to Secrets Manager.
account_id
Type: STRING
arn
Type: STRING
Provider name: Arn
Description: The unique Amazon Resource Name (ARN) for the connector.
as2_config
Type: STRUCT
Provider name: As2Config
Description: A structure that contains the parameters for an AS2 connector object.
basic_auth_secret_id
STRING
BasicAuthSecretId
null
, which indicates that Basic authentication is not enabled for the connector. If the connector should use Basic authentication, the secret needs to be in the following format: { “Username”: “user-name”, “Password”: “user-password” }
Replace user-name
and user-password
with the credentials for the actual user that is being authenticated. Note the following:UpdateConnector
API call. For example, if you are using the CLI, you can run the following command to remove Basic authentication: update-connector –connector-id my-connector-id –as2-config ‘BasicAuthSecretId=""’
compression
STRING
Compression
encryption_algorithm
STRING
EncryptionAlgorithm
DES_EDE3_CBC
algorithm unless you must support a legacy client that requires it, as it is a weak encryption algorithm.NONE
if the URL for your connector uses HTTPS. Using HTTPS ensures that no traffic is sent in clear text.local_profile_id
STRING
LocalProfileId
mdn_response
STRING
MdnResponse
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.mdn_signing_algorithm
STRING
MdnSigningAlgorithm
SigningAlgorithm
is used.message_subject
STRING
MessageSubject
Subject
HTTP header attribute in AS2 messages that are being sent with the connector.partner_profile_id
STRING
PartnerProfileId
preserve_content_type
STRING
PreserveContentType
Content-Type
that is associated with objects in S3 instead of having the content type mapped based on the file extension. This parameter is enabled by default when you create an AS2 connector from the console, but disabled by default when you create an AS2 connector by calling the API directly.signing_algorithm
STRING
SigningAlgorithm
connector_id
Type: STRING
Provider name: ConnectorId
Description: The unique identifier for the connector.
logging_role
Type: STRING
Provider name: LoggingRole
Description: 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.
security_policy_name
Type: STRING
Provider name: SecurityPolicyName
Description: The text name of the security policy for the specified connector.
service_managed_egress_ip_addresses
Type: UNORDERED_LIST_STRING
Provider name: ServiceManagedEgressIpAddresses
Description: The list of egress IP addresses of this connector. These IP addresses are assigned automatically when you create the connector.
sftp_config
Type: STRUCT
Provider name: SftpConfig
Description: A structure that contains the parameters for an SFTP connector object.
trusted_host_keys
UNORDERED_LIST_STRING
TrustedHostKeys
ssh-keyscan
command against the SFTP server to retrieve the necessary key. The three standard SSH public key format elements are <key type>
, <body base64>
, and an optional <comment>
, with spaces between each element. Specify only the <key type>
and <body base64>
: do not enter the <comment>
portion of the key. For the trusted host key, Transfer Family accepts RSA and ECDSA keys.<key type>
string is ssh-rsa
.<key type>
string is either ecdsa-sha2-nistp256
, ecdsa-sha2-nistp384
, or ecdsa-sha2-nistp521
, depending on the size of the key you generated.ftp.host.com
. ssh-keyscan ftp.host.com
This prints the public host key to standard output. ftp.host.com ssh-rsa AAAAB3Nza…<long-string-for-public-key
Copy and paste this string into the TrustedHostKeys
field for the create-connector
command or into the Trusted host keys field in the console.user_secret_id
STRING
UserSecretId
tags
Type: UNORDERED_LIST_STRING
url
Type: STRING
Provider name: Url
Description: The URL of the partner’s AS2 or SFTP endpoint.