Variable Args
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
The source of the data.
Link copied to clipboard
The data type.
Link copied to clipboard
The default value for the variable when no value is received.
Link copied to clipboard
The description.
Link copied to clipboard
The variable type. For more information see https://docs.aws.amazon.com/frauddetector/latest/ug/create-a-variable.html#variable-types