public static final class CfnApplicationOutputV2.OutputProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnApplicationOutputV2.OutputProperty
CfnApplicationOutputV2.OutputProperty
CfnApplicationOutputV2.OutputProperty.Builder, CfnApplicationOutputV2.OutputProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.Object |
getDestinationSchema()
Describes the data format when records are written to the destination.
|
java.lang.Object |
getKinesisFirehoseOutput()
Identifies a Kinesis Data Firehose delivery stream as the destination.
|
java.lang.Object |
getKinesisStreamsOutput()
Identifies a Kinesis data stream as the destination.
|
java.lang.Object |
getLambdaOutput()
Identifies an Amazon Lambda function as the destination.
|
java.lang.String |
getName()
The name of the in-application stream.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getDestinationSchema()
CfnApplicationOutputV2.OutputProperty
getDestinationSchema
in interface CfnApplicationOutputV2.OutputProperty
public final java.lang.Object getKinesisFirehoseOutput()
CfnApplicationOutputV2.OutputProperty
getKinesisFirehoseOutput
in interface CfnApplicationOutputV2.OutputProperty
public final java.lang.Object getKinesisStreamsOutput()
CfnApplicationOutputV2.OutputProperty
getKinesisStreamsOutput
in interface CfnApplicationOutputV2.OutputProperty
public final java.lang.Object getLambdaOutput()
CfnApplicationOutputV2.OutputProperty
getLambdaOutput
in interface CfnApplicationOutputV2.OutputProperty
public final java.lang.String getName()
CfnApplicationOutputV2.OutputProperty
getName
in interface CfnApplicationOutputV2.OutputProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()