VariableArgs

data class VariableArgs(val dataSource: Output<VariableDataSource>? = null, val dataType: Output<VariableDataType>? = null, val defaultValue: Output<String>? = null, val description: Output<String>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val variableType: Output<VariableType>? = null) : ConvertibleToJava<VariableArgs>

A resource schema for a Variable in Amazon Fraud Detector.

Constructors

Link copied to clipboard
constructor(dataSource: Output<VariableDataSource>? = null, dataType: Output<VariableDataType>? = null, defaultValue: Output<String>? = null, description: Output<String>? = null, name: Output<String>? = null, tags: Output<List<TagArgs>>? = null, variableType: Output<VariableType>? = null)

Properties

Link copied to clipboard
val dataSource: Output<VariableDataSource>? = null

The source of the data.

Link copied to clipboard
val dataType: Output<VariableDataType>? = null

The data type.

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

The default value for the variable when no value is received.

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

The description.

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

The name of the variable.

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

Tags associated with this variable.

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

The variable type. For more information see https://docs.aws.amazon.com/frauddetector/latest/ug/create-a-variable.html#variable-types

Functions

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