GetAwsLogSourcePlainArgs

data class GetAwsLogSourcePlainArgs(val sourceName: String, val sourceVersion: String) : ConvertibleToJava<GetAwsLogSourcePlainArgs>

Constructors

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

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Functions

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