AttachInstancesToLoadBalancerRequest

public struct AttachInstancesToLoadBalancerRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An array of strings representing the instance name(s) you want to attach to your load balancer. An instance must be running before you can attach it to your load balancer. There are no additional limits on the number of instances you can attach to your load balancer, aside from the limit of Lightsail instances you can create in your account (20).

    Declaration

    Swift

    public let instanceNames: [String]
  • The name of the load balancer.

    Declaration

    Swift

    public let loadBalancerName: String
  • Undocumented

    Declaration

    Swift

    public init(instanceNames: [String], loadBalancerName: String)
  • Declaration

    Swift

    public func validate(name: String) throws