Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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 list_exports response output) that identifies the next page of exported output values that you asked to retrieve.

Value

A list with the following syntax:

list(
  Exports = list(
    list(
      ExportingStackId = "string",
      Name = "string",
      Value = "string"
    )
  ),
  NextToken = "string"
)

Request syntax

svc$list_exports(
  NextToken = "string"
)

paws.management

Amazon Web Services Management & Governance Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.