securitylake_create_subscriber: Creates a subscription permission for accounts that are...

View source: R/securitylake_operations.R

securitylake_create_subscriberR Documentation

Creates a subscription permission for accounts that are already enabled in Amazon Security Lake

Description

Creates a subscription permission for accounts that are already enabled in Amazon Security Lake. You can create a subscriber with access to data in the current Amazon Web Services Region.

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

Usage

securitylake_create_subscriber(
  accessTypes = NULL,
  sources,
  subscriberDescription = NULL,
  subscriberIdentity,
  subscriberName,
  tags = NULL
)

Arguments

accessTypes

The Amazon S3 or Lake Formation access type.

sources

[required] The supported Amazon Web Services from which logs and events are collected. Security Lake supports log and event collection for natively supported Amazon Web Services.

subscriberDescription

The description for your subscriber account in Security Lake.

subscriberIdentity

[required] The AWS identity used to access your data.

subscriberName

[required] The name of your Security Lake subscriber account.

tags

An array of objects, one for each tag to associate with the subscriber. 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.


paws.security.identity documentation built on May 29, 2024, 10:51 a.m.