Class CfnStreamPropsMixin.KinesisConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.qldb.CfnStreamPropsMixin.KinesisConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnStreamPropsMixin.KinesisConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStreamPropsMixin.KinesisConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnStreamPropsMixin.KinesisConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStreamPropsMixin.KinesisConfigurationProperty
An implementation for
CfnStreamPropsMixin.KinesisConfigurationProperty-
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.cfnpropertymixins.services.qldb.CfnStreamPropsMixin.KinesisConfigurationProperty
CfnStreamPropsMixin.KinesisConfigurationProperty.Builder, CfnStreamPropsMixin.KinesisConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnStreamPropsMixin.KinesisConfigurationProperty.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 ObjectEnables QLDB to publish multiple data records in a single Kinesis Data Streams record, increasing the number of records sent per API call.final ObjectThe Amazon Resource Name (ARN) of the Kinesis Data Streams resource.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 theCfnStreamPropsMixin.KinesisConfigurationProperty.Builder.
-
-
Method Details
-
getAggregationEnabled
Description copied from interface:CfnStreamPropsMixin.KinesisConfigurationPropertyEnables QLDB to publish multiple data records in a single Kinesis Data Streams record, increasing the number of records sent per API call.Default:
TrueRecord aggregation has important implications for processing records and requires de-aggregation in your stream consumer. To learn more, see KPL Key Concepts and Consumer De-aggregation in the Amazon Kinesis Data Streams Developer Guide .
Returns union: either
BooleanorIResolvable- Specified by:
getAggregationEnabledin interfaceCfnStreamPropsMixin.KinesisConfigurationProperty- See Also:
-
getStreamArn
Description copied from interface:CfnStreamPropsMixin.KinesisConfigurationPropertyThe Amazon Resource Name (ARN) of the Kinesis Data Streams resource.Returns union: either
StringorIStreamRef- Specified by:
getStreamArnin interfaceCfnStreamPropsMixin.KinesisConfigurationProperty- 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()
-