public static final class CfnApplicationOutputProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnApplicationOutputProps
CfnApplicationOutputProps
CfnApplicationOutputProps.Builder, CfnApplicationOutputProps.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.String |
getApplicationName()
Name of the application to which you want to add the output configuration.
|
java.lang.Object |
getOutput()
An array of objects, each describing one output configuration.
|
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.String getApplicationName()
CfnApplicationOutputProps
getApplicationName
in interface CfnApplicationOutputProps
public final java.lang.Object getOutput()
CfnApplicationOutputProps
In the output configuration, you specify the name of an in-application stream, a destination (that is, an Amazon Kinesis stream, an Amazon Kinesis Firehose delivery stream, or an AWS Lambda function), and record the formation to use when writing to the destination.
getOutput
in interface CfnApplicationOutputProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()