- 필수 기능
- 시작하기
- 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
execution_arn
Type: STRING
Provider name: executionArn
Description: The Amazon Resource Name (ARN) that identifies the execution in which the Map Run was started.
execution_counts
Type: STRUCT
Provider name: executionCounts
Description: A JSON object that contains information about the total number of child workflow executions for the Map Run, and the count of child workflow executions for each status, such as failed
and succeeded
.
aborted
INT64
aborted
failed
INT64
failed
failures_not_redrivable
INT64
failuresNotRedrivable
FAILED
, ABORTED
, or TIMED_OUT
child workflow executions that cannot be redriven because their execution status is terminal. For example, child workflows with an execution status of FAILED
, ABORTED
, or TIMED_OUT
and a redriveStatus
of NOT_REDRIVABLE
.pending
INT64
pending
pending_redrive
INT64
pendingRedrive
FAILED
, ABORTED
, or TIMED_OUT
in the original execution attempt or a previous redrive attempt.results_written
INT64
resultsWritten
ResultWriter
. For more information, see ResultWriter in the Step Functions Developer Guide.running
INT64
running
succeeded
INT64
succeeded
timed_out
INT64
timedOut
total
INT64
total
item_counts
Type: STRUCT
Provider name: itemCounts
Description: A JSON object that contains information about the total number of items, and the item count for each processing status, such as pending
and failed
.
aborted
INT64
aborted
failed
INT64
failed
failures_not_redrivable
INT64
failuresNotRedrivable
FAILED
, ABORTED
, or TIMED_OUT
items in child workflow executions that cannot be redriven because the execution status of those child workflows is terminal. For example, child workflows with an execution status of FAILED
, ABORTED
, or TIMED_OUT
and a redriveStatus
of NOT_REDRIVABLE
.pending
INT64
pending
pending_redrive
INT64
pendingRedrive
results_written
INT64
resultsWritten
ResultWriter
. For more information, see ResultWriter in the Step Functions Developer Guide.running
INT64
running
succeeded
INT64
succeeded
timed_out
INT64
timedOut
total
INT64
total
map_run_arn
Type: STRING
Provider name: mapRunArn
Description: The Amazon Resource Name (ARN) that identifies a Map Run.
max_concurrency
Type: INT32
Provider name: maxConcurrency
Description: The maximum number of child workflow executions configured to run in parallel for the Map Run at the same time.
redrive_count
Type: INT32
Provider name: redriveCount
Description: The number of times you’ve redriven a Map Run. If you have not yet redriven a Map Run, the redriveCount
is 0. This count is only updated if you successfully redrive a Map Run.
redrive_date
Type: TIMESTAMP
Provider name: redriveDate
Description: The date a Map Run was last redriven. If you have not yet redriven a Map Run, the redriveDate
is null.
start_date
Type: TIMESTAMP
Provider name: startDate
Description: The date when the Map Run was started.
status
Type: STRING
Provider name: status
Description: The current status of the Map Run.
stop_date
Type: TIMESTAMP
Provider name: stopDate
Description: The date when the Map Run was stopped.
tags
Type: UNORDERED_LIST_STRING
tolerated_failure_count
Type: INT64
Provider name: toleratedFailureCount
Description: The maximum number of failed child workflow executions before the Map Run fails.
tolerated_failure_percentage
Type: FLOAT
Provider name: toleratedFailurePercentage
Description: The maximum percentage of failed child workflow executions before the Map Run fails.