RegisterTargetsInput
public struct RegisterTargetsInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the target group.
Declaration
Swift
public let targetGroupArn: String
-
The targets. To register a target by instance ID, specify the instance ID. To register a target by IP address, specify the IP address. To register a Lambda function, specify the ARN of the Lambda function.
Declaration
Swift
public let targets: [TargetDescription]
-
Undocumented
Declaration
Swift
public init(targetGroupArn: String, targets: [TargetDescription])
-
Declaration
Swift
public func validate(name: String) throws