@Stability(value=Experimental) @Internal public static final class DataProcessorConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataProcessorConfig
DataProcessorConfigsoftware.amazon.jsii.JsiiObject.InitializationModeDataProcessorConfig.Builder, DataProcessorConfig.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(DataProcessorConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by the
DataProcessorConfig.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
DataProcessorIdentifier |
getProcessorIdentifier()
(experimental) The key-value pair that identifies the underlying processor resource.
|
String |
getProcessorType()
(experimental) The type of the underlying processor resource.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(DataProcessorConfig.Builder builder)
DataProcessorConfig.Builder.public final DataProcessorIdentifier getProcessorIdentifier()
DataProcessorConfiggetProcessorIdentifier in interface DataProcessorConfigpublic final String getProcessorType()
DataProcessorConfig
Must be an accepted value in CfnDeliveryStream.ProcessorProperty.Type.
Example:
"Lambda";
getProcessorType in interface DataProcessorConfighttp://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-kinesisfirehose-deliverystream-processor.html#cfn-kinesisfirehose-deliverystream-processor-type@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.