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
)
[required] The name of the load balancer.
[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.
[required] The name of the base policy type. To get the list of policy types, use
describe_load_balancer_policy_types
.
The policy attributes.