Learn R Programming

paws.management (version 0.8.0)

opsworks_describe_stacks: Requests a description of one or more stacks

Description

Requests a description of one or more stacks.

See https://www.paws-r-sdk.com/docs/opsworks_describe_stacks/ for full documentation.

Usage

opsworks_describe_stacks(StackIds = NULL)

Arguments

StackIds

An array of stack IDs that specify the stacks to be described. If you omit this parameter, and have permissions to get information about all stacks, describe_stacks returns a description of every stack. If the IAM policy that is attached to an IAM user limits the describe_stacks action to specific stack ARNs, this parameter is required, and the user must specify a stack ARN that is allowed by the policy. Otherwise, describe_stacks returns an AccessDenied error.