SetLoadBalancerPoliciesForBackendServerInput

public struct SetLoadBalancerPoliciesForBackendServerInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The port number associated with the EC2 instance.

    Declaration

    Swift

    public let instancePort: Int
  • The name of the load balancer.

    Declaration

    Swift

    public let loadBalancerName: String
  • The names of the policies. If the list is empty, then all current polices are removed from the EC2 instance.

    Declaration

    Swift

    public let policyNames: [String]
  • Undocumented

    Declaration

    Swift

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