Execution¶
Structure Class¶
Execution
dataclass
¶
Information about a durable execution.
Attributes¶
durable_execution_arn
instance-attribute
¶
durable_execution_arn: str
The Amazon Resource Name (ARN) of the durable execution, if this execution is a durable execution.
durable_execution_name
instance-attribute
¶
durable_execution_name: str
The unique name of the durable execution, if one was provided when the execution was started.
end_timestamp
class-attribute
instance-attribute
¶
end_timestamp: datetime | None = None
The date and time when the durable execution ended, in ISO-8601
format (YYYY-MM-DDThhss.sTZD).
function_arn
instance-attribute
¶
function_arn: str
The Amazon Resource Name (ARN) of the Lambda function.
kms_key_arn
class-attribute
instance-attribute
¶
kms_key_arn: str | None = None
The ARN of the Key Management Service (KMS) customer managed key that is used to encrypt your durable execution's payload data, including input, output, and error payloads.
start_timestamp
instance-attribute
¶
start_timestamp: datetime
The date and time when the durable execution started, in ISO-8601
format (YYYY-MM-DDThhss.sTZD).