DetectorLabelArgs

data class DetectorLabelArgs(val arn: Output<String>? = null, val createdTime: Output<String>? = null, val description: Output<String>? = null, val inline: Output<Boolean>? = null, val lastUpdatedTime: Output<String>? = null, val name: Output<String>? = null, val tags: Output<List<DetectorTagArgs>>? = null) : ConvertibleToJava<DetectorLabelArgs>

Constructors

Link copied to clipboard
fun DetectorLabelArgs(arn: Output<String>? = null, createdTime: Output<String>? = null, description: Output<String>? = null, inline: Output<Boolean>? = null, lastUpdatedTime: Output<String>? = null, name: Output<String>? = null, tags: Output<List<DetectorTagArgs>>? = null)

Functions

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

Properties

Link copied to clipboard
val arn: Output<String>? = null
Link copied to clipboard
val createdTime: Output<String>? = null

The time when the label was created.

Link copied to clipboard
val description: Output<String>? = null

The description.

Link copied to clipboard
val inline: Output<Boolean>? = null
Link copied to clipboard
val lastUpdatedTime: Output<String>? = null

The time when the label was last updated.

Link copied to clipboard
val name: Output<String>? = null
Link copied to clipboard
val tags: Output<List<DetectorTagArgs>>? = null

Tags associated with this label.