Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to retrieve entire JSON string as an output in aws:executeAwsApi call #39

Open
Pankajc123 opened this issue Apr 2, 2020 · 0 comments

Comments

@Pankajc123
Copy link

Pankajc123 commented Apr 2, 2020

Below is my automation document.

schemaVersion: '0.3'
assumeRole: 'arn:aws:iam::254163459979:role/EsriArcGISEnterprise'
mainSteps:
  - name: RetrieveJSON
    action: 'aws:executeAwsApi'
    inputs:
      Service: cloudformation
      Api: describe-stacks
      StackName: NotebookUpgTest
    outputs:
      - Name: JSONString
        Type: MapList
        Selector: $.Stacks

In above automation document, how can I retrieve entire output (which is in JSON format) as "String" type instead of "MapList".

Any help will be much appreciated.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant