ApplySecurityGroupsToLoadBalancerInput
public struct ApplySecurityGroupsToLoadBalancerInput : 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 security groups to associate with the load balancer. Note that you cannot specify the name of the security group.
Declaration
Swift
public let securityGroups: [String]
-
Undocumented
Declaration
Swift
public init(loadBalancerName: String, securityGroups: [String])