aws.cloudformation.list_imports
Example SQL Queries
SELECT * FROMaws.cloudformation.list_importsWHERE"export_name" = '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 ListExports.
For more information about importing an exported output value, see the Fn::ImportValue function.
Table Definition
| Column Name | Column Data Type |
|---|---|
| export_name Required Input Column The name of the exported output value. CloudFormation returns the stack names that are importing this value. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| imports | VARCHAR |