aws.cloudformation.list_stack_set_auto_deployment_targets
Example SQL Queries
SELECT * FROMaws.cloudformation.list_stack_set_auto_deployment_targetsWHERE"stack_set_name" = 'VALUE';Description
Returns summary information about deployment targets for a stack set.
Table Definition
| Column Name | Column Data Type |
|---|---|
| stack_set_name Required Input Column The name or unique ID of the stack set that you want to get automatic deployment targets for. | VARCHAR |
| call_as Input Column Specifies whether you are acting as an account administrator in the organization's management account or as a delegated administrator in a member account. By default, SELF is specified. Use SELF for StackSets with self-managed permissions.
| VARCHAR |
| max_results Input Column The maximum number of results to be returned with a single call. If the number of available results exceeds this maximum, the response includes a NextToken value that you can assign to the NextToken request parameter to get the next set of results. | BIGINT |
| next_token Input Column If the request doesn't return all the remaining results, NextToken is set to a token. To retrieve the next set of results, call ListStackSetAutoDeploymentTargets again and use that value for the NextToken parameter. If the request returns all results, NextToken is set to an empty string. | 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 |
| summaries An array of summaries of the deployment targets for the stack set. | STRUCT( |
Show child fields
| |