SubscriberAwsLogSourceArgs

data class SubscriberAwsLogSourceArgs(val sourceName: Output<String>? = null, val sourceVersion: Output<String>? = null) : ConvertibleToJava<SubscriberAwsLogSourceArgs>

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

Constructors

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

Properties

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

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

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

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

Functions

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