Package-level declarations

Types

Link copied to clipboard
data class DetectorEntityTypeArgs(val arn: Output<String>? = null, val createdTime: 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) : ConvertibleToJava<DetectorEntityTypeArgs>
Link copied to clipboard
data class DetectorEventTypeArgs(val arn: Output<String>? = null, val createdTime: Output<String>? = null, val description: Output<String>? = null, val entityTypes: Output<List<DetectorEntityTypeArgs>>? = null, val eventVariables: Output<List<DetectorEventVariableArgs>>? = null, val inline: Output<Boolean>? = null, val labels: Output<List<DetectorLabelArgs>>? = null, val lastUpdatedTime: Output<String>? = null, val name: Output<String>? = null, val tags: Output<List<DetectorTagArgs>>? = null) : ConvertibleToJava<DetectorEventTypeArgs>
Link copied to clipboard
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>
Link copied to clipboard
data class DetectorLabelArgs(val arn: Output<String>? = null, val createdTime: 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) : ConvertibleToJava<DetectorLabelArgs>
Link copied to clipboard
Link copied to clipboard
data class DetectorModelArgs(val arn: Output<String>? = null) : ConvertibleToJava<DetectorModelArgs>

A model to associate with a detector.

Link copied to clipboard
Link copied to clipboard
data class DetectorOutcomeArgs(val arn: Output<String>? = null, val createdTime: 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) : ConvertibleToJava<DetectorOutcomeArgs>
Link copied to clipboard
data class DetectorRuleArgs(val arn: Output<String>? = null, val createdTime: Output<String>? = null, val description: Output<String>? = null, val detectorId: Output<String>? = null, val expression: Output<String>? = null, val language: Output<DetectorRuleLanguage>? = null, val lastUpdatedTime: Output<String>? = null, val outcomes: Output<List<DetectorOutcomeArgs>>? = null, val ruleId: Output<String>? = null, val ruleVersion: Output<String>? = null, val tags: Output<List<DetectorTagArgs>>? = null) : ConvertibleToJava<DetectorRuleArgs>
Link copied to clipboard
Link copied to clipboard
data class DetectorTagArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<DetectorTagArgs>
Link copied to clipboard
Link copied to clipboard
data class EventTypeEntityTypeArgs(val arn: Output<String>? = null, val createdTime: 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<EventTypeTagArgs>>? = null) : ConvertibleToJava<EventTypeEntityTypeArgs>
Link copied to clipboard
data class EventTypeEventVariableArgs(val arn: Output<String>? = null, val createdTime: Output<String>? = null, val dataSource: Output<EventTypeEventVariableDataSource>? = null, val dataType: Output<EventTypeEventVariableDataType>? = 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<EventTypeTagArgs>>? = null, val variableType: Output<EventTypeEventVariableVariableType>? = null) : ConvertibleToJava<EventTypeEventVariableArgs>
Link copied to clipboard
data class EventTypeLabelArgs(val arn: Output<String>? = null, val createdTime: 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<EventTypeTagArgs>>? = null) : ConvertibleToJava<EventTypeLabelArgs>
Link copied to clipboard
Link copied to clipboard
data class EventTypeTagArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<EventTypeTagArgs>
Link copied to clipboard
Link copied to clipboard
data class GetDetectorPlainArgs(val arn: String) : ConvertibleToJava<GetDetectorPlainArgs>
Link copied to clipboard
data class GetEntityTypePlainArgs(val arn: String) : ConvertibleToJava<GetEntityTypePlainArgs>
Link copied to clipboard
data class GetEventTypePlainArgs(val arn: String) : ConvertibleToJava<GetEventTypePlainArgs>
Link copied to clipboard
data class GetLabelPlainArgs(val arn: String) : ConvertibleToJava<GetLabelPlainArgs>
Link copied to clipboard
Link copied to clipboard
data class GetListPlainArgs(val arn: String) : ConvertibleToJava<GetListPlainArgs>
Link copied to clipboard
Link copied to clipboard
data class GetOutcomePlainArgs(val arn: String) : ConvertibleToJava<GetOutcomePlainArgs>
Link copied to clipboard
data class GetVariablePlainArgs(val arn: String) : ConvertibleToJava<GetVariablePlainArgs>