Requests a description of one or more layers in a specified stack.
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.
opsworks_describe_layers(StackId, LayerIds)
The stack ID.
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.
svc$describe_layers( StackId = "string", LayerIds = list( "string" ) )