Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
cloudformation
📤 Upload
📝 New File
📁 New Folder
Close
Editing: list-imports.rst
**To list imports** The following ``list-imports`` example lists the stacks that import the specified export. To get the list of available exports, use the ``list-exports`` command. :: aws cloudformation list-imports \ --export-name private-vpc-vpcid Output:: { "Imports": [ "my-database-stack" ] }
Save
Cancel