Interface ILogsDelivery.Jsii$Default

All Superinterfaces:
ILogsDelivery, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
ILogsDelivery.Jsii$Proxy
Enclosing interface:
ILogsDelivery

@Internal public static interface ILogsDelivery.Jsii$Default extends ILogsDelivery
Internal default implementation for ILogsDelivery.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface software.amazon.awscdk.mixins.preview.services.logs.ILogsDelivery

    ILogsDelivery.Jsii$Default, ILogsDelivery.Jsii$Proxy
  • Method Summary

    Modifier and Type
    Method
    Description
    bind(software.constructs.IConstruct scope, String logType, String sourceResourceArn)
    (experimental) Binds the log delivery to a source resource and creates a delivery connection between the source and destination.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • bind

      @Stability(Experimental) @NotNull default ILogsDeliveryConfig bind(@NotNull software.constructs.IConstruct scope, @NotNull String logType, @NotNull String sourceResourceArn)
      (experimental) Binds the log delivery to a source resource and creates a delivery connection between the source and destination.

      Specified by:
      bind in interface ILogsDelivery
      Parameters:
      scope -
      • The construct scope.
      This parameter is required.
      logType -
      • The type of logs that the delivery source will produce.
      This parameter is required.
      sourceResourceArn -
      • The Arn of the source resource.
      This parameter is required.
      Returns:
      The delivery reference