Class CloudwatchDeliveryDestination

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
All Implemented Interfaces:
IInspectable, IEnvironmentAware, IDeliveryDestinationRef, ITaggableV2, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)", date="2026-03-02T12:05:27.408Z") @Stability(Experimental) public class CloudwatchDeliveryDestination extends CfnDeliveryDestination
(experimental) CloudWatch delivery destination for CloudWatch Logs.

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.logs.*;
 ILogGroupRef logGroupRef;
 CloudwatchDeliveryDestination cloudwatchDeliveryDestination = CloudwatchDeliveryDestination.Builder.create(this, "MyCloudwatchDeliveryDestination")
         .logGroup(logGroupRef)
         // the properties below are optional
         .outputFormat("outputFormat")
         .build();
 
  • Constructor Details

    • CloudwatchDeliveryDestination

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

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

      @Stability(Experimental) public CloudwatchDeliveryDestination(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CloudwatchDeliveryDestinationProps props)
      Parameters:
      scope - This parameter is required.
      id - This parameter is required.
      props - This parameter is required.