elb_set_load_balancer_policies_for_backend_server: Replaces the set of policies associated with the specified...

View source: R/elb_operations.R

elb_set_load_balancer_policies_for_backend_serverR Documentation

Replaces the set of policies associated with the specified port on which the EC2 instance is listening with a new set of policies

Description

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.

Usage

elb_set_load_balancer_policies_for_backend_server(
  LoadBalancerName,
  InstancePort,
  PolicyNames
)

Arguments

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.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.