Class CfnDeliveryStreamPropsMixin.MSKSourceConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.kinesisfirehose.CfnDeliveryStreamPropsMixin.MSKSourceConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDeliveryStreamPropsMixin.MSKSourceConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeliveryStreamPropsMixin.MSKSourceConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDeliveryStreamPropsMixin.MSKSourceConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeliveryStreamPropsMixin.MSKSourceConfigurationProperty
An implementation for
CfnDeliveryStreamPropsMixin.MSKSourceConfigurationProperty-
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.kinesisfirehose.CfnDeliveryStreamPropsMixin.MSKSourceConfigurationProperty
CfnDeliveryStreamPropsMixin.MSKSourceConfigurationProperty.Builder, CfnDeliveryStreamPropsMixin.MSKSourceConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDeliveryStreamPropsMixin.MSKSourceConfigurationProperty.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 ObjectThe authentication configuration of the Amazon MSK cluster.final StringThe ARN of the Amazon MSK cluster.final StringThe start date and time in UTC for the offset position within your MSK topic from where Firehose begins to read.final StringThe topic name within the Amazon MSK cluster.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 theCfnDeliveryStreamPropsMixin.MSKSourceConfigurationProperty.Builder.
-
-
Method Details
-
getAuthenticationConfiguration
Description copied from interface:CfnDeliveryStreamPropsMixin.MSKSourceConfigurationPropertyThe authentication configuration of the Amazon MSK cluster.Returns union: either
IResolvableorCfnDeliveryStreamPropsMixin.AuthenticationConfigurationProperty- Specified by:
getAuthenticationConfigurationin interfaceCfnDeliveryStreamPropsMixin.MSKSourceConfigurationProperty- See Also:
-
getMskClusterArn
Description copied from interface:CfnDeliveryStreamPropsMixin.MSKSourceConfigurationPropertyThe ARN of the Amazon MSK cluster.- Specified by:
getMskClusterArnin interfaceCfnDeliveryStreamPropsMixin.MSKSourceConfigurationProperty- See Also:
-
getReadFromTimestamp
Description copied from interface:CfnDeliveryStreamPropsMixin.MSKSourceConfigurationPropertyThe start date and time in UTC for the offset position within your MSK topic from where Firehose begins to read.By default, this is set to timestamp when Firehose becomes Active.
If you want to create a Firehose stream with Earliest start position from SDK or CLI, you need to set the
ReadFromTimestampparameter to Epoch (1970-01-01T00:00:00Z).- Specified by:
getReadFromTimestampin interfaceCfnDeliveryStreamPropsMixin.MSKSourceConfigurationProperty- See Also:
-
getTopicName
Description copied from interface:CfnDeliveryStreamPropsMixin.MSKSourceConfigurationPropertyThe topic name within the Amazon MSK cluster.- Specified by:
getTopicNamein interfaceCfnDeliveryStreamPropsMixin.MSKSourceConfigurationProperty- 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()
-