ILogsDelivery

class aws_cdk.mixins_preview.aws_logs.ILogsDelivery(*args, **kwargs)

Bases: Protocol

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

Stability:

experimental

Methods

bind(scope, delivery_source, source_resource_arn)

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

Parameters:
  • scope (IConstruct) –

    • The construct scope.

  • delivery_source (IDeliverySourceRef) –

    • The delivery source reference.

  • source_resource_arn (str) –

    • The Arn of the source resource.

Return type:

ILogsDeliveryConfig

Returns:

The delivery reference

Stability:

experimental