opsworks_attach_elastic_load_balancer {paws.management} | R Documentation |
Attaches an Elastic Load Balancing load balancer to a specified layer
Description
Attaches an Elastic Load Balancing load balancer to a specified layer. OpsWorks Stacks does not support Application Load Balancer. You can only use Classic Load Balancer with OpsWorks Stacks. For more information, see Elastic Load Balancing.
See https://www.paws-r-sdk.com/docs/opsworks_attach_elastic_load_balancer/ for full documentation.
Usage
opsworks_attach_elastic_load_balancer(ElasticLoadBalancerName, LayerId)
Arguments
ElasticLoadBalancerName |
[required] The Elastic Load Balancing instance's name. |
LayerId |
[required] The ID of the layer to which the Elastic Load Balancing instance is to be attached. |
[Package paws.management version 0.7.0 Index]