AWS::SecurityLake::Subscriber CustomLogSource - AWS CloudFormation

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 AWS 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