doc: added inline doc

This commit is contained in:
KenF
2026-01-28 18:46:26 +08:00
parent f07bf38732
commit 87247af710
+2 -1
View File
@@ -11,11 +11,12 @@ mainSteps:
inputs: inputs:
Service: ssm Service: ssm
Api: GetParameter Api: GetParameter
Name: some-parameter Name: SsmParamaterWhichContainsCommaSeparatedAccountIds
outputs: outputs:
- Name: Accounts - Name: Accounts
Selector: $.Parameter.Value Selector: $.Parameter.Value
Type: String Type: String
# Convert csv to a list, which is requred by aws:loop
- name: ConvertInputToList - name: ConvertInputToList
action: aws:executeScript action: aws:executeScript
nextStep: Loop nextStep: Loop