AWS::SecurityLake::Subscriber CustomLogSource - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::SecurityLake::Subscriber CustomLogSource

Third-party custom log source that meets the requirements to be added to Amazon Security Lake. For more details, see Custom log source in the Amazon Security Lake User Guide.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "SourceName" : String, "SourceVersion" : String }

YAML

SourceName: String SourceVersion: String

Properties

SourceName

The name of the custom log source.

Required: No

Type: String

Pattern: ^[\\\w\-_:/.]*$

Minimum: 1

Maximum: 64

Update requires: No interruption

SourceVersion

The source version of the custom log source.

Required: No

Type: String

Pattern: ^[A-Za-z0-9\-\.\_]*$

Minimum: 1

Maximum: 32

Update requires: No interruption