- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
account_id
Type: STRING
creation_date
Type: TIMESTAMP
Provider name: creationDate
Description: The date the state machine is created. For a state machine version, creationDate
is the date the version was created.
definition
Type: STRING
Provider name: definition
Description: The Amazon States Language definition of the state machine. See Amazon States Language. If called with includedData = METADATA_ONLY
, the returned definition will be {}
.
description
Type: STRING
Provider name: description
Description: The description of the state machine version.
encryption_configuration
Type: STRUCT
Provider name: encryptionConfiguration
Description: Settings to configure server-side encryption.
kms_data_key_reuse_period_seconds
INT32
kmsDataKeyReusePeriodSeconds
GenerateDataKey
. Only applies to customer managed keys.kms_key_id
STRING
kmsKeyId
type
STRING
type
label
Type: STRING
Provider name: label
Description: A user-defined or an auto-generated string that identifies a Map
state. This parameter is present only if the stateMachineArn
specified in input is a qualified state machine ARN.
logging_configuration
Type: STRUCT
Provider name: loggingConfiguration
destinations
UNORDERED_LIST_STRUCT
destinations
OFF
.cloud_watch_logs_log_group
STRUCT
cloudWatchLogsLogGroup
log_group_arn
STRING
logGroupArn
:*
include_execution_data
BOOLEAN
includeExecutionData
false
, data is excluded.level
STRING
level
name
Type: STRING
Provider name: name
Description: The name of the state machine. A name must not contain:
< > { } [ ]
? *
" # % \ ^ | ~ ` $ & , ; : /
U+0000-001F
, U+007F-009F
)revision_id
Type: STRING
Provider name: revisionId
Description: The revision identifier for the state machine. Use the revisionId
parameter to compare between versions of a state machine configuration used for executions without performing a diff of the properties, such as definition
and roleArn
.
role_arn
Type: STRING
Provider name: roleArn
Description: The Amazon Resource Name (ARN) of the IAM role used when creating this state machine. (The IAM role maintains security by granting Step Functions access to Amazon Web Services resources.)
state_machine_arn
Type: STRING
Provider name: stateMachineArn
Description: The Amazon Resource Name (ARN) that identifies the state machine. If you specified a state machine version ARN in your request, the API returns the version ARN. The version ARN is a combination of state machine ARN and the version number separated by a colon (:). For example, stateMachineARN:1
.
status
Type: STRING
Provider name: status
Description: The current status of the state machine.
tags
Type: UNORDERED_LIST_STRING
tracing_configuration
Type: STRUCT
Provider name: tracingConfiguration
Description: Selects whether X-Ray tracing is enabled.
enabled
BOOLEAN
enabled
true
, X-Ray tracing is enabled.type
Type: STRING
Provider name: type
Description: The type
of the state machine (STANDARD
or EXPRESS
).
variable_references
Type: STRING
Provider name: variableReferences
Description: A map of state name to a list of variables referenced by that state. States that do not use variable references will not be shown in the response.