You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
right now we use a generic "Wait time is too short..." message but would like to supply the values that were requested as part of the cause (or comment).
The question fundamentally comes down to how we can translate "$.wait_n_seconds_before_destroy" into a python variable that we can reference in an f-string.
Similarly, we have the Wait condition with "Wait N seconds" as the id, and we can use an f-string there as well.
The text was updated successfully, but these errors were encountered:
/awscdk-minecraft/src/cdk_minecraft/deploy_server_batch_job/deprovision_state_machine.py
right now we use a generic "Wait time is too short..." message but would like to supply the values that were requested as part of the cause (or comment).
The question fundamentally comes down to how we can translate
"$.wait_n_seconds_before_destroy"
into a python variable that we can reference in an f-string.Similarly, we have the Wait condition with "Wait N seconds" as the
id
, and we can use an f-string there as well.The text was updated successfully, but these errors were encountered: