paws.management (version 0.1.0)

opsworks_describe_stacks: Requests a description of one or more stacks

Description

Requests a description of one or more stacks.

Usage

opsworks_describe_stacks(StackIds)

Arguments

StackIds

An array of stack IDs that specify the stacks to be described. If you omit this parameter, DescribeStacks returns a description of every stack.

Request syntax

svc$describe_stacks(
  StackIds = list(
    "string"
  )
)

Details

Required Permissions: To use this action, an IAM user must have a Show, Deploy, or Manage permissions level for the stack, or an attached policy that explicitly grants permissions. For more information about user permissions, see Managing User Permissions.