AWS::SecurityLake::Subscriber Source
Sources are logs and events generated from a single system that match a specific event class in the Open Cybersecurity Schema Framework (OCSF) schema. Amazon Security Lake can collect logs and events from a variety of sources, including natively supported AWS services and third-party custom sources.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AwsLogSource" :
AwsLogSource
, "CustomLogSource" :CustomLogSource
}
Properties
AwsLogSource
-
The natively supported AWS service which is used a Amazon Security Lake source to collect logs and events from.
Required: No
Type: AwsLogSource
Update requires: No interruption
CustomLogSource
-
The custom log source AWS which is used a Amazon Security Lake source to collect logs and events from.
Required: No
Type: CustomLogSource
Update requires: No interruption