doc: added inline doc
This commit is contained in:
@@ -11,11 +11,12 @@ mainSteps:
|
||||
inputs:
|
||||
Service: ssm
|
||||
Api: GetParameter
|
||||
Name: some-parameter
|
||||
Name: SsmParamaterWhichContainsCommaSeparatedAccountIds
|
||||
outputs:
|
||||
- Name: Accounts
|
||||
Selector: $.Parameter.Value
|
||||
Type: String
|
||||
# Convert csv to a list, which is requred by aws:loop
|
||||
- name: ConvertInputToList
|
||||
action: aws:executeScript
|
||||
nextStep: Loop
|
||||
|
||||
Reference in New Issue
Block a user