java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.logs.S3LogsDelivery
All Implemented Interfaces:
ILogsDelivery, software.amazon.jsii.JsiiSerializable

@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)", date="2025-12-18T18:20:27.983Z") @Stability(Experimental) public class S3LogsDelivery extends software.amazon.jsii.JsiiObject implements ILogsDelivery
(experimental) Delivers vended logs to an S3 Bucket.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.logs.*;
 import software.amazon.awscdk.interfaces.s3.*;
 IBucketRef bucketRef;
 S3LogsDelivery s3LogsDelivery = S3LogsDelivery.Builder.create(bucketRef)
         .permissionsVersion(S3LogsDeliveryPermissionsVersion.V1)
         .build();
 
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    (experimental) A fluent builder for S3LogsDelivery.

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

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

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

    Constructors
    Modifier
    Constructor
    Description
     
    (experimental) Creates a new S3 Bucket delivery.
     
    (experimental) Creates a new S3 Bucket delivery.
    protected
    S3LogsDelivery(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
     
    protected
    S3LogsDelivery(software.amazon.jsii.JsiiObjectRef objRef)
     
  • Method Summary

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

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Constructor Details

    • S3LogsDelivery

      protected S3LogsDelivery(software.amazon.jsii.JsiiObjectRef objRef)
    • S3LogsDelivery

      protected S3LogsDelivery(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • S3LogsDelivery

      @Stability(Experimental) public S3LogsDelivery(@NotNull IBucketRef bucket, @Nullable S3LogsDeliveryProps props)
      (experimental) Creates a new S3 Bucket delivery.

      Parameters:
      bucket - This parameter is required.
      props -
    • S3LogsDelivery

      @Stability(Experimental) public S3LogsDelivery(@NotNull IBucketRef bucket)
      (experimental) Creates a new S3 Bucket delivery.

      Parameters:
      bucket - This parameter is required.
  • Method Details

    • bind

      @Stability(Experimental) @NotNull public ILogsDeliveryConfig bind(@NotNull software.constructs.IConstruct scope, @NotNull String logType, @NotNull String sourceResourceArn)
      (experimental) Binds S3 Bucket to a source resource for the purposes of log delivery and creates a delivery source, a delivery destination, and a connection between them.

      Specified by:
      bind in interface ILogsDelivery
      Parameters:
      scope - This parameter is required.
      logType - This parameter is required.
      sourceResourceArn - This parameter is required.
      Returns:
      The delivery reference