Returns summary information about stack instances that are associated with the specified stack set
Returns summary information about stack instances that are associated with the specified stack set. You can filter for stack instances that are associated with a specific AWS account name or Region, or that have a specific status.
cloudformation_list_stack_instances(StackSetName, NextToken, MaxResults, Filters, StackInstanceAccount, StackInstanceRegion)
StackSetName |
[required] The name or unique ID of the stack set that you want to list stack instances for. |
NextToken |
If the previous request didn't return all of the remaining results, the
response's |
MaxResults |
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 |
Filters |
The status that stack instances are filtered by. |
StackInstanceAccount |
The name of the AWS account that you want to list stack instances for. |
StackInstanceRegion |
The name of the Region where you want to list stack instances. |
A list with the following syntax:
list( Summaries = list( list( StackSetId = "string", Region = "string", Account = "string", StackId = "string", Status = "CURRENT"|"OUTDATED"|"INOPERABLE", StatusReason = "string", StackInstanceStatus = list( DetailedStatus = "PENDING"|"RUNNING"|"SUCCEEDED"|"FAILED"|"CANCELLED"|"INOPERABLE" ), OrganizationalUnitId = "string", DriftStatus = "DRIFTED"|"IN_SYNC"|"UNKNOWN"|"NOT_CHECKED", LastDriftCheckTimestamp = as.POSIXct( "2015-01-01" ) ) ), NextToken = "string" )
svc$list_stack_instances( StackSetName = "string", NextToken = "string", MaxResults = 123, Filters = list( list( Name = "DETAILED_STATUS", Values = "string" ) ), StackInstanceAccount = "string", StackInstanceRegion = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.