paws.management (version 0.1.0)

opsworks_describe_elastic_load_balancers: Describes a stack's Elastic Load Balancing instances

Description

Describes a stack's Elastic Load Balancing instances.

Usage

opsworks_describe_elastic_load_balancers(StackId, LayerIds)

Arguments

StackId

A stack ID. The action describes the stack's Elastic Load Balancing instances.

LayerIds

A list of layer IDs. The action describes the Elastic Load Balancing instances for the specified layers.

Request syntax

svc$describe_elastic_load_balancers(
  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.