SetLoadBalancerPoliciesOfListenerInput

public struct SetLoadBalancerPoliciesOfListenerInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the load balancer.

    Declaration

    Swift

    public let loadBalancerName: String
  • The external port of the load balancer.

    Declaration

    Swift

    public let loadBalancerPort: Int
  • The names of the policies. This list must include all policies to be enabled. If you omit a policy that is currently enabled, it is disabled. If the list is empty, all current policies are disabled.

    Declaration

    Swift

    public let policyNames: [String]
  • Undocumented

    Declaration

    Swift

    public init(loadBalancerName: String, loadBalancerPort: Int, policyNames: [String])