Package-level declarations
Types
Link copied to clipboard
data class DetectorArgs(val associatedModels: Output<List<DetectorModelArgs>>? = null, val description: Output<String>? = null, val detectorId: Output<String>? = null, val detectorVersionStatus: Output<DetectorVersionStatus>? = null, val eventType: Output<DetectorEventTypeArgs>? = null, val ruleExecutionMode: Output<DetectorRuleExecutionMode>? = null, val rules: Output<List<DetectorRuleArgs>>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<DetectorArgs>
A resource schema for a Detector in Amazon Fraud Detector.
Link copied to clipboard
class DetectorArgsBuilder
Builder for DetectorArgs.
Link copied to clipboard
Link copied to clipboard
class DetectorResourceBuilder
Builder for Detector.
Link copied to clipboard
An entity type for fraud detector.
Link copied to clipboard
data class EntityTypeArgs(val description: Output<String>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<EntityTypeArgs>
An entity type for fraud detector.
Link copied to clipboard
class EntityTypeArgsBuilder
Builder for EntityTypeArgs.
Link copied to clipboard
Link copied to clipboard
Builder for EntityType.
Link copied to clipboard
data class EventTypeArgs(val description: Output<String>? = null, val entityTypes: Output<List<EventTypeEntityTypeArgs>>? = null, val eventVariables: Output<List<EventTypeEventVariableArgs>>? = null, val labels: Output<List<EventTypeLabelArgs>>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<EventTypeArgs>
A resource schema for an EventType in Amazon Fraud Detector.
Link copied to clipboard
class EventTypeArgsBuilder
Builder for EventTypeArgs.
Link copied to clipboard
Link copied to clipboard
class EventTypeResourceBuilder
Builder for EventType.
Link copied to clipboard
object FrauddetectorFunctions
Link copied to clipboard
class LabelArgsBuilder
Builder for LabelArgs.
Link copied to clipboard
Link copied to clipboard
class LabelResourceBuilder
Builder for Label.
Link copied to clipboard
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.
Link copied to clipboard
class ListArgsBuilder
Builder for ListArgs.
Link copied to clipboard
Link copied to clipboard
class ListResourceBuilder
Builder for List.
Link copied to clipboard
data class OutcomeArgs(val description: Output<String>? = null, val name: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<OutcomeArgs>
An outcome for rule evaluation.
Link copied to clipboard
class OutcomeArgsBuilder
Builder for OutcomeArgs.
Link copied to clipboard
Link copied to clipboard
class OutcomeResourceBuilder
Builder for Outcome.
Link copied to clipboard
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.
Link copied to clipboard
class VariableArgsBuilder
Builder for VariableArgs.
Link copied to clipboard
Link copied to clipboard
class VariableResourceBuilder
Builder for Variable.
Functions
Link copied to clipboard
suspend fun entityType(name: String, block: suspend EntityTypeResourceBuilder.() -> Unit): EntityType