paws.management (version 0.1.0)

cloudformation_describe_stack_instance: Returns the stack instance that's associated with the specified stack set, AWS account, and region

Description

Returns the stack instance that's associated with the specified stack set, AWS account, and region.

Usage

cloudformation_describe_stack_instance(StackSetName,
  StackInstanceAccount, StackInstanceRegion)

Arguments

StackSetName

[required] The name or the unique stack ID of the stack set that you want to get stack instance information for.

StackInstanceAccount

[required] The ID of an AWS account that's associated with this stack instance.

StackInstanceRegion

[required] The name of a region that's associated with this stack instance.

Request syntax

svc$describe_stack_instance(
  StackSetName = "string",
  StackInstanceAccount = "string",
  StackInstanceRegion = "string"
)

Details

For a list of stack instances that are associated with a specific stack set, use ListStackInstances.