paws.management (version 0.1.0)

opsworks_describe_layers: Requests a description of one or more layers in a specified stack

Description

Requests a description of one or more layers in a specified stack.

Usage

opsworks_describe_layers(StackId, LayerIds)

Arguments

StackId

The stack ID.

LayerIds

An array of layer IDs that specify the layers to be described. If you omit this parameter, DescribeLayers returns a description of every layer in the specified stack.

Request syntax

svc$describe_layers(
  StackId = "string",
  LayerIds = list(
    "string"
  )
)

Details

This call accepts only one resource-identifying parameter.

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.