Class ObservabilityPipelineAmazonSecurityLakeDestination

The amazon_security_lake destination sends your logs to Amazon Security Lake.

Hierarchy

  • ObservabilityPipelineAmazonSecurityLakeDestination

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

AWS authentication credentials used for accessing AWS services such as S3. If omitted, the system’s default credentials are used (for example, the IAM role and environment variables).

bucket: string

Name of the Amazon S3 bucket in Security Lake (3-63 characters).

customSourceName: string

Custom source name for the logs in Security Lake.

id: string

Unique identifier for the destination component.

inputs: string[]

A list of component IDs whose output is used as the input for this component.

region: string

AWS region of the S3 bucket.

Configuration for enabling TLS encryption between the pipeline component and external services.

The destination type. Always amazon_security_lake.

Generated using TypeDoc