We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Below is my automation document.
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.
The text was updated successfully, but these errors were encountered: