Class CfnSubscriberPropsMixin.CustomLogSourceProperty
Third-party custom log source that meets the requirements to be added to Amazon Security Lake .
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SecurityLake
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnSubscriberPropsMixin.CustomLogSourceProperty : CfnSubscriberPropsMixin.ICustomLogSourceProperty
Syntax (vb)
Public Class CfnSubscriberPropsMixin.CustomLogSourceProperty Implements CfnSubscriberPropsMixin.ICustomLogSourceProperty
Remarks
For more details, see Custom log source in the Amazon Security Lake User Guide .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.SecurityLake;
var customLogSourceProperty = new CustomLogSourceProperty {
SourceName = "sourceName",
SourceVersion = "sourceVersion"
};
Synopsis
Constructors
| CustomLogSourceProperty() | Third-party custom log source that meets the requirements to be added to Amazon Security Lake . |
Properties
| SourceName | The name of the custom log source. |
| SourceVersion | The source version of the custom log source. |
Constructors
CustomLogSourceProperty()
Third-party custom log source that meets the requirements to be added to Amazon Security Lake .
public CustomLogSourceProperty()
Remarks
For more details, see Custom log source in the Amazon Security Lake User Guide .
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.SecurityLake;
var customLogSourceProperty = new CustomLogSourceProperty {
SourceName = "sourceName",
SourceVersion = "sourceVersion"
};
Properties
SourceName
The name of the custom log source.
public string? SourceName { get; set; }
Property Value
Remarks
SourceVersion
The source version of the custom log source.
public string? SourceVersion { get; set; }