Class CfnApplicationOutputProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisanalytics.CfnApplicationOutputProps.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationOutputProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplicationOutputProps
@Stability(Stable)
@Internal
public static final class CfnApplicationOutputProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationOutputProps
An implementation for
CfnApplicationOutputProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kinesisanalytics.CfnApplicationOutputProps
CfnApplicationOutputProps.Builder, CfnApplicationOutputProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplicationOutputProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnApplicationOutputProps.Builder.
-
-
Method Details
-
getApplicationName
Description copied from interface:CfnApplicationOutputPropsName of the application to which you want to add the output configuration.- Specified by:
getApplicationNamein interfaceCfnApplicationOutputProps- See Also:
-
getOutput
Description copied from interface:CfnApplicationOutputPropsAn array of objects, each describing one output configuration.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.
Returns union: either
IResolvableorCfnApplicationOutput.OutputProperty- Specified by:
getOutputin interfaceCfnApplicationOutputProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-