Interface CfnPipe.FirehoseLogDestinationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPipe.FirehoseLogDestinationProperty.Jsii$Proxy
Enclosing class:
CfnPipe

@Stability(Stable) public static interface CfnPipe.FirehoseLogDestinationProperty extends software.amazon.jsii.JsiiSerializable
Represents the Amazon Data Firehose logging configuration settings for the pipe.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.pipes.*;
 FirehoseLogDestinationProperty firehoseLogDestinationProperty = FirehoseLogDestinationProperty.builder()
         .deliveryStreamArn("deliveryStreamArn")
         .build();
 

See Also: