View source: R/elb_operations.R
| elb_set_load_balancer_policies_for_backend_server | R Documentation | 
Replaces the set of policies associated with the specified port on which the EC2 instance is listening with a new set of policies. At this time, only the back-end server authentication policy type can be applied to the instance ports; this policy type is composed of multiple public key policies.
See https://www.paws-r-sdk.com/docs/elb_set_load_balancer_policies_for_backend_server/ for full documentation.
elb_set_load_balancer_policies_for_backend_server(
  LoadBalancerName,
  InstancePort,
  PolicyNames
)
| LoadBalancerName | [required] The name of the load balancer. | 
| InstancePort | [required] The port number associated with the EC2 instance. | 
| PolicyNames | [required] The names of the policies. If the list is empty, then all current polices are removed from the EC2 instance. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.