Interface CfnPipePropsMixin.FirehoseLogDestinationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPipePropsMixin.FirehoseLogDestinationProperty.Jsii$Proxy
- Enclosing class:
CfnPipePropsMixin
@Stability(Stable)
public static interface CfnPipePropsMixin.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.cfnpropertymixins.services.pipes.*;
FirehoseLogDestinationProperty firehoseLogDestinationProperty = FirehoseLogDestinationProperty.builder()
.deliveryStreamArn("deliveryStreamArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPipePropsMixin.FirehoseLogDestinationPropertystatic final classAn implementation forCfnPipePropsMixin.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
-