public static final class CfnApplicationOutput.OutputProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnApplicationOutput.OutputProperty
CfnApplicationOutput.OutputProperty
CfnApplicationOutput.OutputProperty.Builder, CfnApplicationOutput.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 an Amazon Kinesis Firehose delivery stream as the destination.
|
java.lang.Object |
getKinesisStreamsOutput()
Identifies an Amazon Kinesis stream as the destination.
|
java.lang.Object |
getLambdaOutput()
Identifies an AWS Lambda function as the destination.
|
java.lang.String |
getName()
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()
CfnApplicationOutput.OutputProperty
For more information, see Configuring Application Output .
getDestinationSchema
in interface CfnApplicationOutput.OutputProperty
public final java.lang.Object getKinesisFirehoseOutput()
CfnApplicationOutput.OutputProperty
getKinesisFirehoseOutput
in interface CfnApplicationOutput.OutputProperty
public final java.lang.Object getKinesisStreamsOutput()
CfnApplicationOutput.OutputProperty
getKinesisStreamsOutput
in interface CfnApplicationOutput.OutputProperty
public final java.lang.Object getLambdaOutput()
CfnApplicationOutput.OutputProperty
getLambdaOutput
in interface CfnApplicationOutput.OutputProperty
public final java.lang.String getName()
CfnApplicationOutput.OutputProperty
getName
in interface CfnApplicationOutput.OutputProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()