cloudformation_list_imports {paws.management} | R Documentation |
Lists all stacks that are importing an exported output value
Description
Lists all stacks that are importing an exported output value. To modify or remove an exported output value, first use this action to see which stacks are using it. To see the exported output values in your account, see list_exports
.
See https://www.paws-r-sdk.com/docs/cloudformation_list_imports/ for full documentation.
Usage
cloudformation_list_imports(ExportName, NextToken = NULL)
Arguments
ExportName |
[required] The name of the exported output value. CloudFormation returns the stack names that are importing this value. |
NextToken |
A string (provided by the |
[Package paws.management version 0.7.0 Index]