listExports
inline suspend fun CloudFormationClient.listExports(crossinline block: ListExportsRequest.Builder.() -> Unit): ListExportsResponse
Lists all exported output values in the account and Region in which you call this action. Use this action to see the exported output values that you can import into other stacks. To import values, use the Fn::ImportValue function.
For more information, see Get exported outputs from a deployed CloudFormation stack.