ListArgs

data class ListArgs(val description: Output<String>? = null, val elements: Output<List<String>>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val variableType: Output<String>? = null) : ConvertibleToJava<ListArgs>

A resource schema for a List in Amazon Fraud Detector.

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, elements: Output<List<String>>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null, variableType: Output<String>? = null)

Properties

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

The description of the list.

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

The elements in this list.

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

The name of the list.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

Tags associated with this list.

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

The variable type of the list.

Functions

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