Replaces the current set of policies associated with a port on which the back-end server is
listening with a new set of policies. After the policies have been created using
CreateLoadBalancerPolicy
, they can be applied here as a list. At this time, only
the back-end server authentication policy type can be applied to the back-end ports; this
policy type is composed of multiple public key policies.
Access
public
Parameters
Parameter |
Type |
Required |
Description |
---|---|---|---|
|
Required |
The mnemonic name associated with the LoadBalancer. This name must be unique within the client AWS account. |
|
|
Required |
The port number associated with the back-end server. |
|
|
Required |
List of policy names to be set. If the list is empty, then all current polices are removed from the back-end server. Pass a string for a single value, or an indexed array for multiple values. |
|
|
Optional |
An associative array of parameters that can have the following keys:
|
Returns
Type |
Description |
---|---|
A |
Source
Method defined in services/elb.class.php | Toggle source view (13 lines) | View on GitHub