GetTargetGroupPlainArgs

data class GetTargetGroupPlainArgs(val arn: String? = null, val name: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetTargetGroupPlainArgs>

A collection of arguments for invoking getTargetGroup.

Constructors

Link copied to clipboard
constructor(arn: String? = null, name: String? = null, tags: Map<String, String>? = null)

Properties

Link copied to clipboard
val arn: String? = null

Full ARN of the target group.

Link copied to clipboard
val name: String? = null

Unique name of the target group.

Link copied to clipboard
val tags: Map<String, String>? = null

Mapping of tags, each pair of which must exactly match a pair on the desired target group.

Functions

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