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

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.

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

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.

Value

A list with the following syntax:

list(
  StackInstance = list(
    StackSetId = "string",
    Region = "string",
    Account = "string",
    StackId = "string",
    ParameterOverrides = list(
      list(
        ParameterKey = "string",
        ParameterValue = "string",
        UsePreviousValue = TRUE|FALSE,
        ResolvedValue = "string"
      )
    ),
    Status = "CURRENT"|"OUTDATED"|"INOPERABLE",
    StackInstanceStatus = list(
      DetailedStatus = "PENDING"|"RUNNING"|"SUCCEEDED"|"FAILED"|"CANCELLED"|"INOPERABLE"
    ),
    StatusReason = "string",
    OrganizationalUnitId = "string",
    DriftStatus = "DRIFTED"|"IN_SYNC"|"UNKNOWN"|"NOT_CHECKED",
    LastDriftCheckTimestamp = as.POSIXct(
      "2015-01-01"
    )
  )
)

Request syntax

svc$describe_stack_instance(
  StackSetName = "string",
  StackInstanceAccount = "string",
  StackInstanceRegion = "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.