elb_create_load_balancer_policy {paws.networking} | R Documentation |
Creates a policy with the specified attributes for the specified load balancer
Description
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.
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
|
PolicyAttributes |
The policy attributes. |
[Package paws.networking version 0.7.0 Index]