class Aws::ElasticLoadBalancing::Types::CreateLoadBalancerPolicyInput
Contains the parameters for CreateLoadBalancerPolicy.
@note When making an API call, you may pass CreateLoadBalancerPolicyInput
data as a hash: { load_balancer_name: "AccessPointName", # required policy_name: "PolicyName", # required policy_type_name: "PolicyTypeName", # required policy_attributes: [ { attribute_name: "AttributeName", attribute_value: "AttributeValue", }, ], }
@!attribute [rw] load_balancer_name
The name of the load balancer. @return [String]
@!attribute [rw] policy_name
The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer. @return [String]
@!attribute [rw] policy_type_name
The name of the base policy type. To get the list of policy types, use DescribeLoadBalancerPolicyTypes. @return [String]
@!attribute [rw] policy_attributes
The policy attributes. @return [Array<Types::PolicyAttribute>]
@see docs.aws.amazon.com/goto/WebAPI/elasticloadbalancing-2012-06-01/CreateLoadBalancerPolicyInput AWS API Documentation
Constants
- SENSITIVE