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

cloudformation_list_imports

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.

For more information about importing an exported output value, see the Fn::ImportValue function.

Usage

cloudformation_list_imports(ExportName, NextToken)

Arguments

ExportName

[required] The name of the exported output value. AWS CloudFormation returns the stack names that are importing this value.

NextToken

A string (provided by the list_imports response output) that identifies the next page of stacks that are importing the specified exported output value.

Value

A list with the following syntax:

list(
  Imports = list(
    "string"
  ),
  NextToken = "string"
)

Request syntax

svc$list_imports(
  ExportName = "string",
  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.