@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-20T22:20:00.631Z")
public interface DataProcessorConfig
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.*; DataProcessorConfig dataProcessorConfig = DataProcessorConfig.builder() .processorIdentifier(DataProcessorIdentifier.builder() .parameterName("parameterName") .parameterValue("parameterValue") .build()) .processorType("processorType") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
DataProcessorConfig.Builder
A builder for
DataProcessorConfig |
static class |
DataProcessorConfig.Jsii$Proxy
An implementation for
DataProcessorConfig |
Modifier and Type | Method and Description |
---|---|
static DataProcessorConfig.Builder |
builder() |
DataProcessorIdentifier |
getProcessorIdentifier()
(experimental) The key-value pair that identifies the underlying processor resource.
|
java.lang.String |
getProcessorType()
(experimental) The type of the underlying processor resource.
|
DataProcessorIdentifier getProcessorIdentifier()
java.lang.String getProcessorType()
Must be an accepted value in CfnDeliveryStream.ProcessorProperty.Type
.
Example:
"Lambda";
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processor.html#cfn-kinesisfirehose-deliverystream-processor-type
static DataProcessorConfig.Builder builder()
DataProcessorConfig.Builder
of DataProcessorConfig