Class FirehoseDeliveryDestination

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.410Z") @Stability(Experimental) public class FirehoseDeliveryDestination extends CfnDeliveryDestination
(experimental) Firehose 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.kinesisfirehose.*;
 IDeliveryStreamRef deliveryStreamRef;
 FirehoseDeliveryDestination firehoseDeliveryDestination = FirehoseDeliveryDestination.Builder.create(this, "MyFirehoseDeliveryDestination")
         .deliveryStream(deliveryStreamRef)
         // the properties below are optional
         .outputFormat("outputFormat")
         .sourceAccountId("sourceAccountId")
         .build();
 
  • Constructor Details

    • FirehoseDeliveryDestination

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

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

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