Class CfnApplicationOutputPropsMixin.OutputProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.kinesisanalytics.mixins.CfnApplicationOutputPropsMixin.OutputProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationOutputPropsMixin.OutputProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplicationOutputPropsMixin.OutputProperty
@Stability(Stable)
@Internal
public static final class CfnApplicationOutputPropsMixin.OutputProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApplicationOutputPropsMixin.OutputProperty
An implementation for
CfnApplicationOutputPropsMixin.OutputProperty-
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.mixins.preview.services.kinesisanalytics.mixins.CfnApplicationOutputPropsMixin.OutputProperty
CfnApplicationOutputPropsMixin.OutputProperty.Builder, CfnApplicationOutputPropsMixin.OutputProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApplicationOutputPropsMixin.OutputProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectDescribes the data format when records are written to the destination.final ObjectIdentifies an Amazon Kinesis Firehose delivery stream as the destination.final ObjectIdentifies an Amazon Kinesis stream as the destination.final ObjectIdentifies an AWS Lambda function as the destination.final StringgetName()Name of the in-application stream.final inthashCode()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 theCfnApplicationOutputPropsMixin.OutputProperty.Builder.
-
-
Method Details
-
getDestinationSchema
Description copied from interface:CfnApplicationOutputPropsMixin.OutputPropertyDescribes the data format when records are written to the destination.For more information, see Configuring Application Output .
Returns union: either
IResolvableorCfnApplicationOutputPropsMixin.DestinationSchemaProperty- Specified by:
getDestinationSchemain interfaceCfnApplicationOutputPropsMixin.OutputProperty- See Also:
-
getKinesisFirehoseOutput
Description copied from interface:CfnApplicationOutputPropsMixin.OutputPropertyIdentifies an Amazon Kinesis Firehose delivery stream as the destination.Returns union: either
IResolvableorCfnApplicationOutputPropsMixin.KinesisFirehoseOutputProperty- Specified by:
getKinesisFirehoseOutputin interfaceCfnApplicationOutputPropsMixin.OutputProperty- See Also:
-
getKinesisStreamsOutput
Description copied from interface:CfnApplicationOutputPropsMixin.OutputPropertyIdentifies an Amazon Kinesis stream as the destination.Returns union: either
IResolvableorCfnApplicationOutputPropsMixin.KinesisStreamsOutputProperty- Specified by:
getKinesisStreamsOutputin interfaceCfnApplicationOutputPropsMixin.OutputProperty- See Also:
-
getLambdaOutput
Description copied from interface:CfnApplicationOutputPropsMixin.OutputPropertyIdentifies an AWS Lambda function as the destination.Returns union: either
IResolvableorCfnApplicationOutputPropsMixin.LambdaOutputProperty- Specified by:
getLambdaOutputin interfaceCfnApplicationOutputPropsMixin.OutputProperty- See Also:
-
getName
Description copied from interface:CfnApplicationOutputPropsMixin.OutputPropertyName of the in-application stream.- Specified by:
getNamein interfaceCfnApplicationOutputPropsMixin.OutputProperty- 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()
-