Package-level declarations
Types
Link copied to clipboard
data class DetectorEntityType(val arn: String? = null, val createdTime: String? = null, val description: String? = null, val inline: Boolean? = null, val lastUpdatedTime: String? = null, val name: String? = null, val tags: List<DetectorTag>? = null)
Link copied to clipboard
data class DetectorEventType(val arn: String? = null, val createdTime: String? = null, val description: String? = null, val entityTypes: List<DetectorEntityType>? = null, val eventVariables: List<DetectorEventVariable>? = null, val inline: Boolean? = null, val labels: List<DetectorLabel>? = null, val lastUpdatedTime: String? = null, val name: String? = null, val tags: List<DetectorTag>? = null)
Link copied to clipboard
data class DetectorEventVariable(val arn: String? = null, val createdTime: String? = null, val dataSource: DetectorEventVariableDataSource? = null, val dataType: DetectorEventVariableDataType? = null, val defaultValue: String? = null, val description: String? = null, val inline: Boolean? = null, val lastUpdatedTime: String? = null, val name: String? = null, val tags: List<DetectorTag>? = null, val variableType: DetectorEventVariableVariableType? = null)
Link copied to clipboard
data class DetectorLabel(val arn: String? = null, val createdTime: String? = null, val description: String? = null, val inline: Boolean? = null, val lastUpdatedTime: String? = null, val name: String? = null, val tags: List<DetectorTag>? = null)
Link copied to clipboard
A model to associate with a detector.
Link copied to clipboard
data class DetectorOutcome(val arn: String? = null, val createdTime: String? = null, val description: String? = null, val inline: Boolean? = null, val lastUpdatedTime: String? = null, val name: String? = null, val tags: List<DetectorTag>? = null)
Link copied to clipboard
data class DetectorRule(val arn: String? = null, val createdTime: String? = null, val description: String? = null, val detectorId: String? = null, val expression: String? = null, val language: DetectorRuleLanguage? = null, val lastUpdatedTime: String? = null, val outcomes: List<DetectorOutcome>? = null, val ruleId: String? = null, val ruleVersion: String? = null, val tags: List<DetectorTag>? = null)
Link copied to clipboard
Link copied to clipboard
data class EventTypeEntityType(val arn: String? = null, val createdTime: String? = null, val description: String? = null, val inline: Boolean? = null, val lastUpdatedTime: String? = null, val name: String? = null, val tags: List<EventTypeTag>? = null)
Link copied to clipboard
data class EventTypeEventVariable(val arn: String? = null, val createdTime: String? = null, val dataSource: EventTypeEventVariableDataSource? = null, val dataType: EventTypeEventVariableDataType? = null, val defaultValue: String? = null, val description: String? = null, val inline: Boolean? = null, val lastUpdatedTime: String? = null, val name: String? = null, val tags: List<EventTypeTag>? = null, val variableType: EventTypeEventVariableVariableType? = null)
Link copied to clipboard
data class EventTypeLabel(val arn: String? = null, val createdTime: String? = null, val description: String? = null, val inline: Boolean? = null, val lastUpdatedTime: String? = null, val name: String? = null, val tags: List<EventTypeTag>? = null)
Link copied to clipboard
Link copied to clipboard
data class GetDetectorResult(val arn: String? = null, val associatedModels: List<DetectorModel>? = null, val createdTime: String? = null, val description: String? = null, val detectorVersionId: String? = null, val detectorVersionStatus: DetectorVersionStatus? = null, val eventType: DetectorEventType? = null, val lastUpdatedTime: String? = null, val ruleExecutionMode: DetectorRuleExecutionMode? = null, val rules: List<DetectorRule>? = null, val tags: List<Tag>? = null)
Link copied to clipboard
Link copied to clipboard
data class GetEventTypeResult(val arn: String? = null, val createdTime: String? = null, val description: String? = null, val entityTypes: List<EventTypeEntityType>? = null, val eventVariables: List<EventTypeEventVariable>? = null, val labels: List<EventTypeLabel>? = null, val lastUpdatedTime: String? = null, val tags: List<Tag>? = null)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetVariableResult(val arn: String? = null, val createdTime: String? = null, val dataSource: VariableDataSource? = null, val dataType: VariableDataType? = null, val defaultValue: String? = null, val description: String? = null, val lastUpdatedTime: String? = null, val tags: List<Tag>? = null, val variableType: VariableType? = null)