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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPipe.FirehoseLogDestinationProperty
static final class
An implementation forCfnPipe.FirehoseLogDestinationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDeliveryStreamArn
The Amazon Resource Name (ARN) of the Firehose delivery stream to which EventBridge delivers the pipe log records.- See Also:
-
builder
-