Class CfnDeliveryStream.MSKSourceConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kinesisfirehose.CfnDeliveryStream.MSKSourceConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDeliveryStream.MSKSourceConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeliveryStream.MSKSourceConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDeliveryStream.MSKSourceConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeliveryStream.MSKSourceConfigurationProperty
An implementation for
CfnDeliveryStream.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.services.kinesisfirehose.CfnDeliveryStream.MSKSourceConfigurationProperty
CfnDeliveryStream.MSKSourceConfigurationProperty.Builder, CfnDeliveryStream.MSKSourceConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDeliveryStream.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 theCfnDeliveryStream.MSKSourceConfigurationProperty.Builder.
-
-
Method Details
-
getAuthenticationConfiguration
Description copied from interface:CfnDeliveryStream.MSKSourceConfigurationPropertyThe authentication configuration of the Amazon MSK cluster.Returns union: either
IResolvableorCfnDeliveryStream.AuthenticationConfigurationProperty- Specified by:
getAuthenticationConfigurationin interfaceCfnDeliveryStream.MSKSourceConfigurationProperty- See Also:
-
getMskClusterArn
Description copied from interface:CfnDeliveryStream.MSKSourceConfigurationPropertyThe ARN of the Amazon MSK cluster.- Specified by:
getMskClusterArnin interfaceCfnDeliveryStream.MSKSourceConfigurationProperty- See Also:
-
getTopicName
Description copied from interface:CfnDeliveryStream.MSKSourceConfigurationPropertyThe topic name within the Amazon MSK cluster.- Specified by:
getTopicNamein interfaceCfnDeliveryStream.MSKSourceConfigurationProperty- See Also:
-
getReadFromTimestamp
Description copied from interface:CfnDeliveryStream.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 interfaceCfnDeliveryStream.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()
-