CreateLoadBalancerPolicyInput
public struct CreateLoadBalancerPolicyInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the load balancer.
Declaration
Swift
public let loadBalancerName: String
-
The policy attributes.
Declaration
Swift
public let policyAttributes: [PolicyAttribute]?
-
The name of the load balancer policy to be created. This name must be unique within the set of policies for this load balancer.
Declaration
Swift
public let policyName: String
-
The name of the base policy type. To get the list of policy types, use DescribeLoadBalancerPolicyTypes.
Declaration
Swift
public let policyTypeName: String
-
Undocumented
Declaration
Swift
public init(loadBalancerName: String, policyAttributes: [PolicyAttribute]? = nil, policyName: String, policyTypeName: String)