Show / Hide Table of Contents

Interface ILogsDelivery

(experimental) Represents the delivery of vended logs to a destination.

Namespace: Amazon.CDK.Mixins.Preview.AWS.Logs
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface ILogsDelivery
Syntax (vb)
Public Interface ILogsDelivery
Remarks

Stability: Experimental

Synopsis

Methods

Bind(IConstruct, string, string)

(experimental) Binds the log delivery to a source resource and creates a delivery connection between the source and destination.

Methods

Bind(IConstruct, string, string)

(experimental) Binds the log delivery to a source resource and creates a delivery connection between the source and destination.

ILogsDeliveryConfig Bind(IConstruct scope, string logType, string sourceResourceArn)
Parameters
scope IConstruct
  • The construct scope.
logType string
  • The type of logs that the delivery source will produce.
sourceResourceArn string
  • The Arn of the source resource.
Returns

ILogsDeliveryConfig

The delivery reference

Remarks

Stability: Experimental

Back to top Generated by DocFX