AwsLogSourceSource

data class AwsLogSourceSource(val accounts: List<String>? = null, val regions: List<String>, val sourceName: String, val sourceVersion: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accounts: List<String>? = null

Specify the AWS account information where you want to enable Security Lake. If not specified, uses all accounts included in the Security Lake.

Link copied to clipboard

Specify the Regions where you want to enable Security Lake.

Link copied to clipboard

The name for a AWS source. This must be a Regionally unique value. Valid values: ROUTE53, VPC_FLOW, SH_FINDINGS, CLOUD_TRAIL_MGMT, LAMBDA_EXECUTION, S3_DATA, EKS_AUDIT, WAF.

Link copied to clipboard
val sourceVersion: String? = null

The version for a AWS source. If not specified, the version will be the default. This must be a Regionally unique value.