Skip to content

Create Aws Log Source

securitylake_create_aws_log_source R Documentation

Adds a natively supported Amazon Web Service as an Amazon Security Lake source

Description

Adds a natively supported Amazon Web Service as an Amazon Security Lake source. Enables source types for member accounts in required Amazon Web Services Regions, based on the parameters you specify. You can choose any source type in any Region for either accounts that are part of a trusted organization or standalone accounts. Once you add an Amazon Web Service as a source, Security Lake starts collecting logs and events from it.

You can use this API only to enable natively supported Amazon Web Services as a source. Use create_custom_log_source to enable data collection from a custom source.

Usage

securitylake_create_aws_log_source(sources)

Arguments

sources

[required] Specify the natively-supported Amazon Web Services service to add as a source in Security Lake.

Value

A list with the following syntax:

list(
  failed = list(
    "string"
  )
)

Request syntax

svc$create_aws_log_source(
  sources = list(
    list(
      accounts = list(
        "string"
      ),
      regions = list(
        "string"
      ),
      sourceName = "ROUTE53"|"VPC_FLOW"|"SH_FINDINGS"|"CLOUD_TRAIL_MGMT"|"LAMBDA_EXECUTION"|"S3_DATA"|"EKS_AUDIT"|"WAF",
      sourceVersion = "string"
    )
  )
)