@Stability(value=Stable)
public static interface CfnDetectorModel.FirehoseProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.iotevents.*;
FirehoseProperty firehoseProperty = FirehoseProperty.builder()
.deliveryStreamName("deliveryStreamName")
// the properties below are optional
.payload(PayloadProperty.builder()
.contentExpression("contentExpression")
.type("type")
.build())
.separator("separator")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDetectorModel.FirehoseProperty.Builder
A builder for
CfnDetectorModel.FirehoseProperty |
static class |
CfnDetectorModel.FirehoseProperty.Jsii$Proxy
An implementation for
CfnDetectorModel.FirehoseProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDetectorModel.FirehoseProperty.Builder |
builder() |
String |
getDeliveryStreamName()
`CfnDetectorModel.FirehoseProperty.DeliveryStreamName`.
|
default Object |
getPayload()
`CfnDetectorModel.FirehoseProperty.Payload`.
|
default String |
getSeparator()
`CfnDetectorModel.FirehoseProperty.Separator`.
|
@Stability(value=Stable) @NotNull String getDeliveryStreamName()
@Stability(value=Stable) @Nullable default Object getPayload()
@Stability(value=Stable) @Nullable default String getSeparator()
@Stability(value=Stable) static CfnDetectorModel.FirehoseProperty.Builder builder()
Copyright © 2021. All rights reserved.