paws.management (version 0.1.0)

cloudformation_list_exports: Lists all exported output values in the account and region in which you call this action

Description

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.

Usage

cloudformation_list_exports(NextToken)

Arguments

NextToken

A string (provided by the ListExports response output) that identifies the next page of exported output values that you asked to retrieve.

Request syntax

svc$list_exports(
  NextToken = "string"
)

Details

For more information, see AWS CloudFormation Export Stack Output Values.