Target Group Args
data class TargetGroupArgs(val config: Output<TargetGroupConfigArgs>? = null, val name: Output<String>? = null, val tags: Output<List<TargetGroupTagArgs>>? = null, val targets: Output<List<TargetGroupTargetArgs>>? = null, val type: Output<TargetGroupType>? = null) : ConvertibleToJava<TargetGroupArgs>
A target group is a collection of targets, or compute resources, that run your application or service. A target group can only be used by a single service.
Constructors
Link copied to clipboard
fun TargetGroupArgs(config: Output<TargetGroupConfigArgs>? = null, name: Output<String>? = null, tags: Output<List<TargetGroupTagArgs>>? = null, targets: Output<List<TargetGroupTargetArgs>>? = null, type: Output<TargetGroupType>? = null)