TargetGroupArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): TargetGroupArgs

Properties

Link copied to clipboard
val config: Output<TargetGroupConfigArgs>? = null
Link copied to clipboard
val name: Output<String>? = null
Link copied to clipboard
val tags: Output<List<TargetGroupTagArgs>>? = null
Link copied to clipboard
val targets: Output<List<TargetGroupTargetArgs>>? = null
Link copied to clipboard
val type: Output<TargetGroupType>? = null