targetType property

TargetTypeEnum? targetType
final

The type of target that you must specify when registering targets with this target group. The possible values are instance (register targets by instance ID), ip (register targets by IP address), or lambda (register a single Lambda function as a target).

Implementation

final TargetTypeEnum? targetType;