Learn R Programming

paws.security.identity (version 0.7.0)

securitylake_create_data_lake: Initializes an Amazon Security Lake instance with the provided (or default) configuration

Description

Initializes an Amazon Security Lake instance with the provided (or default) configuration. You can enable Security Lake in Amazon Web Services Regions with customized settings before enabling log collection in Regions. To specify particular Regions, configure these Regions using the configurations parameter. If you have already enabled Security Lake in a Region when you call this command, the command will update the Region if you provide new configuration parameters. If you have not already enabled Security Lake in the Region when you call this API, it will set up the data lake in the Region with the specified configurations.

See https://www.paws-r-sdk.com/docs/securitylake_create_data_lake/ for full documentation.

Usage

securitylake_create_data_lake(
  configurations,
  metaStoreManagerRoleArn,
  tags = NULL
)

Arguments

configurations

[required] Specify the Region or Regions that will contribute data to the rollup region.

metaStoreManagerRoleArn

[required] The Amazon Resource Name (ARN) used to create and update the Glue table. This table contains partitions generated by the ingestion and normalization of Amazon Web Services log sources and custom sources.

tags

An array of objects, one for each tag to associate with the data lake configuration. For each tag, you must specify both a tag key and a tag value. A tag value cannot be null, but it can be an empty string.