View source: R/securitylake_operations.R
securitylake_create_subscriber | R Documentation |
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.
securitylake_create_subscriber(
accessTypes = NULL,
sources,
subscriberDescription = NULL,
subscriberIdentity,
subscriberName,
tags = NULL
)
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 Amazon Web Services 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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.