View source: R/elb_operations.R
elb_create_load_balancer_policy | R Documentation |
Creates a policy with the specified attributes for the specified load balancer.
See https://www.paws-r-sdk.com/docs/elb_create_load_balancer_policy/ for full documentation.
elb_create_load_balancer_policy(
LoadBalancerName,
PolicyName,
PolicyTypeName,
PolicyAttributes = NULL
)
LoadBalancerName |
[required] The name of the load balancer. |
PolicyName |
[required] The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer. |
PolicyTypeName |
[required] The name of the base policy type. To get the list of policy types, use
|
PolicyAttributes |
The policy attributes. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.