DeclarativeCdkConfiguration

With this class, we are doing a distinction between CDK configuration and connector configuration. A DestinationConfiguration is required to satisfy come of the CDK configuration like the estimatedRecordMemoryOverheadRatio for ReservingDeserializingInputFlow or the DlqPipelineFactoryFactory that requires a DestinationConfiguration that is also a ObjectStorageConfigProvider.

In terms of the Declarative framework, we expect the Connector configuration (credentials, API domain, if it is a sandbox environment or not, etc...) to be scopes to DeclarativeDestinationFactory and string interpolation.

Constructors

Link copied to clipboard
constructor(objectStorageConfig: ObjectStorageConfig)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard