SubscriberAwsLogSource

data class SubscriberAwsLogSource(val sourceName: String? = null, val sourceVersion: String? = null)

Amazon Security Lake supports log and event collection for natively supported AWS services.

Constructors

Link copied to clipboard
constructor(sourceName: String? = null, sourceVersion: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val sourceName: String? = null

The name for a AWS source. This must be a Regionally unique value.

Link copied to clipboard
val sourceVersion: String? = null

The version for a AWS source. This must be a Regionally unique value.