DetectorEventVariableArgs

data class DetectorEventVariableArgs(val arn: Output<String>? = null, val createdTime: Output<String>? = null, val dataSource: Output<DetectorEventVariableDataSource>? = null, val dataType: Output<DetectorEventVariableDataType>? = null, val defaultValue: 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, val variableType: Output<DetectorEventVariableVariableType>? = null) : ConvertibleToJava<DetectorEventVariableArgs>

Constructors

Link copied to clipboard
constructor(arn: Output<String>? = null, createdTime: Output<String>? = null, dataSource: Output<DetectorEventVariableDataSource>? = null, dataType: Output<DetectorEventVariableDataType>? = null, defaultValue: Output<String>? = null, description: Output<String>? = null, inline: Output<Boolean>? = null, lastUpdatedTime: Output<String>? = null, name: Output<String>? = null, tags: Output<List<DetectorTagArgs>>? = null, variableType: Output<DetectorEventVariableVariableType>? = null)

Properties

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

The event variable ARN.

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

The time when the event variable was created.

Link copied to clipboard

The data source of the event variable. Valid values: EVENT | EXTERNAL_MODEL_SCORE When defining a variable within a detector, you can only use the EVENT value for DataSource when the Inline property is set to true. If the Inline property is set false, you can use either EVENT or MODEL_SCORE for DataSource.

Link copied to clipboard

The data type of the event variable. Valid values: STRING | INTEGER | BOOLEAN | FLOAT

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

The default value of the event variable. This is required if you are providing the details of your variables instead of the ARN.

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

The description.

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

Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object. For example, when creating AWS::FraudDetector::Detector you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your detector but not execute any changes to the variables.

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

The time when the event variable was last updated.

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

The name of the event variable.

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

Tags associated with this event variable.

Link copied to clipboard

The type of event variable. For more information, see Variable types .

Functions

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