AttachLoadBalancerToSubnetsInput

public struct AttachLoadBalancerToSubnetsInput : AWSShape

Undocumented

  • Declaration

    Swift

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

    Declaration

    Swift

    public let loadBalancerName: String
  • The IDs of the subnets to add. You can add only one subnet per Availability Zone.

    Declaration

    Swift

    public let subnets: [String]
  • Undocumented

    Declaration

    Swift

    public init(loadBalancerName: String, subnets: [String])