securitylake_update_subscriber {paws.security.identity} | R Documentation |
Updates an existing subscription for the given Amazon Security Lake account ID. You can update a subscriber by changing the sources that the subscriber consumes data from.
See https://www.paws-r-sdk.com/docs/securitylake_update_subscriber/ for full documentation.
securitylake_update_subscriber(
sources = NULL,
subscriberDescription = NULL,
subscriberId,
subscriberIdentity = NULL,
subscriberName = NULL
)
sources |
The supported Amazon Web Services from which logs and events are collected. For the list of supported Amazon Web Services, see the Amazon Security Lake User Guide. |
subscriberDescription |
The description of the Security Lake account subscriber. |
subscriberId |
[required] A value created by Security Lake that uniquely identifies your subscription. |
subscriberIdentity |
The AWS identity used to access your data. |
subscriberName |
The name of the Security Lake account subscriber. |