- 필수 기능
- 시작하기
- 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+=`account_id
Type: STRING
created_at
Type: TIMESTAMP
Provider name: createdAt
Description: Returns a timestamp for creation date and time of the transformer.
edi_type
Type: STRUCT
Provider name: ediType
Description: Returns the details for the EDI standard that is being used for the transformer. Currently, only X12 is supported. X12 is a set of standards and corresponding messages that define specific business documents.
x12_details
STRUCT
x12Details
transaction_set
STRING
transactionSet
version
STRING
version
file_format
Type: STRING
Provider name: fileFormat
Description: Returns that the currently supported file formats for EDI transformations are JSON
and XML
.
input_conversion
Type: STRUCT
Provider name: inputConversion
Description: Returns the InputConversion
object, which contains the format options for the inbound transformation.
format_options
STRUCT
formatOptions
x12
STRUCT
x12
transaction_set
STRING
transactionSet
version
STRING
version
from_format
STRING
fromFormat
X12
is supported.mapping
Type: STRUCT
Provider name: mapping
Description: Returns the structure that contains the mapping template and its language (either XSLT or JSONATA).
template
STRING
template
templateLanguage
.template_language
STRING
templateLanguage
mapping_template
Type: STRING
Provider name: mappingTemplate
Description: Returns the mapping template for the transformer. This template is used to map the parsed EDI file using JSONata or XSLT.
modified_at
Type: TIMESTAMP
Provider name: modifiedAt
Description: Returns a timestamp for last time the transformer was modified.
name
Type: STRING
Provider name: name
Description: Returns the name of the transformer, used to identify it.
output_conversion
Type: STRUCT
Provider name: outputConversion
Description: Returns the OutputConversion
object, which contains the format options for the outbound transformation.
format_options
STRUCT
formatOptions
x12
STRUCT
x12
transaction_set
STRING
transactionSet
version
STRING
version
to_format
STRING
toFormat
sample_document
Type: STRING
Provider name: sampleDocument
Description: Returns a sample EDI document that is used by a transformer as a guide for processing the EDI data.
sample_documents
Type: STRUCT
Provider name: sampleDocuments
Description: Returns a structure that contains the Amazon S3 bucket and an array of the corresponding keys used to identify the location for your sample documents.
bucket_name
STRING
bucketName
keys
UNORDERED_LIST_STRUCT
keys
input
STRING
input
output
STRING
output
status
Type: STRING
Provider name: status
Description: Returns the state of the newly created transformer. The transformer can be either active
or inactive
. For the transformer to be used in a capability, its status must active
.
tags
Type: UNORDERED_LIST_STRING
transformer_arn
Type: STRING
Provider name: transformerArn
Description: Returns an Amazon Resource Name (ARN) for a specific Amazon Web Services resource, such as a capability, partnership, profile, or transformer.
transformer_id
Type: STRING
Provider name: transformerId
Description: Returns the system-assigned unique identifier for the transformer.