Creates a policy with the specified attributes for the specified load balancer
Source:R/elb_operations.R
elb_create_load_balancer_policy.RdCreates 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.
Usage
elb_create_load_balancer_policy(
LoadBalancerName,
PolicyName,
PolicyTypeName,
PolicyAttributes = NULL
)Arguments
- 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
describe_load_balancer_policy_types.- PolicyAttributes
The policy attributes.