@Stability(value=Stable)
public static interface CfnDeliveryStream.ProcessorParameterProperty
extends software.amazon.jsii.JsiiSerializable
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.kinesisfirehose.*;
ProcessorParameterProperty processorParameterProperty = ProcessorParameterProperty.builder()
.parameterName("parameterName")
.parameterValue("parameterValue")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeliveryStream.ProcessorParameterProperty.Builder
A builder for
CfnDeliveryStream.ProcessorParameterProperty |
static class |
CfnDeliveryStream.ProcessorParameterProperty.Jsii$Proxy
An implementation for
CfnDeliveryStream.ProcessorParameterProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeliveryStream.ProcessorParameterProperty.Builder |
builder() |
String |
getParameterName()
The name of the parameter.
|
String |
getParameterValue()
The parameter value.
|
@Stability(value=Stable) @NotNull String getParameterName()
Currently the following default values are supported: 3 for NumberOfRetries , 60 for the BufferIntervalInSeconds , and 3 for the BufferSizeInMBs .
@Stability(value=Stable) @NotNull String getParameterValue()
@Stability(value=Stable) static CfnDeliveryStream.ProcessorParameterProperty.Builder builder()
Copyright © 2022. All rights reserved.