doc: added inline doc
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user