Show / Hide Table of Contents

Class CfnSubscriberPropsMixin.CustomLogSourceProperty

Third-party custom log source that meets the requirements to be added to Amazon Security Lake .

Inheritance
object
CfnSubscriberPropsMixin.CustomLogSourceProperty
Implements
CfnSubscriberPropsMixin.ICustomLogSourceProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securitylake-subscriber-customlogsource.html

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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securitylake-subscriber-customlogsource.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securitylake-subscriber-customlogsource.html#cfn-securitylake-subscriber-customlogsource-sourcename

SourceVersion

The source version of the custom log source.

public string? SourceVersion { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-securitylake-subscriber-customlogsource.html#cfn-securitylake-subscriber-customlogsource-sourceversion

Implements

CfnSubscriberPropsMixin.ICustomLogSourceProperty
Back to top Generated by DocFX