elb_create_load_balancer_policy: Creates a policy with the specified attributes for the...

View source: R/elb_operations.R

elb_create_load_balancer_policyR 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 describe_load_balancer_policy_types.

PolicyAttributes

The policy attributes.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.