All Downloads are FREE. Search and download functionalities are using the official Maven repository.

connectors.camel-aws-ddb-streams-source-source.json Maven / Gradle / Ivy

{
	"connector": {
		"class": "org.apache.camel.kafkaconnector.awsddbstreamssource.CamelAwsddbstreamssourceSourceConnector",
		"artifactId": "camel-aws-ddb-streams-source-kafka-connector",
		"groupId": "org.apache.camel.kafkaconnector",
		"id": "camel-aws-ddb-streams-source-source",
		"type": "source",
		"version": "4.8.0",
		"description": "Receive events from Amazon DynamoDB Streams.\n\nThe basic authentication method for the AWS DynamoDB Streams service is to specify an access key and a secret key. These parameters are optional because the Kamelet provides a default credentials provider.\n\nIf you use the default credentials provider, the DynamoDB Streams client loads the credentials through this provider and doesn't use the basic authentication method."
	},
	"properties": {
		"camel.kamelet.aws-ddb-streams-source.table": {
			"name": "camel.kamelet.aws-ddb-streams-source.table",
			"description": "The name of the DynamoDB table.",
			"priority": "HIGH",
			"required": "true"
		},
		"camel.kamelet.aws-ddb-streams-source.accessKey": {
			"name": "camel.kamelet.aws-ddb-streams-source.accessKey",
			"description": "The access key obtained from AWS.",
			"priority": "MEDIUM",
			"required": "false"
		},
		"camel.kamelet.aws-ddb-streams-source.secretKey": {
			"name": "camel.kamelet.aws-ddb-streams-source.secretKey",
			"description": "The secret key obtained from AWS.",
			"priority": "MEDIUM",
			"required": "false"
		},
		"camel.kamelet.aws-ddb-streams-source.region": {
			"name": "camel.kamelet.aws-ddb-streams-source.region",
			"description": "The AWS region to access.",
			"priority": "HIGH",
			"required": "true"
		},
		"camel.kamelet.aws-ddb-streams-source.streamIteratorType": {
			"name": "camel.kamelet.aws-ddb-streams-source.streamIteratorType",
			"description": "Defines where in the DynamoDB stream to start getting records. There are two enums and the value can be one of FROM_LATEST and FROM_START. Note that using FROM_START can cause a significant delay before the stream has caught up to real-time.",
			"defaultValue": "\"FROM_LATEST\"",
			"priority": "MEDIUM",
			"required": "false"
		},
		"camel.kamelet.aws-ddb-streams-source.useDefaultCredentialsProvider": {
			"name": "camel.kamelet.aws-ddb-streams-source.useDefaultCredentialsProvider",
			"description": "If true, the DynamoDB client loads credentials through a default credentials provider. If false, it uses the basic authentication method (access key and secret key).",
			"defaultValue": "false",
			"priority": "MEDIUM",
			"required": "false"
		},
		"camel.kamelet.aws-ddb-streams-source.useProfileCredentialsProvider": {
			"name": "camel.kamelet.aws-ddb-streams-source.useProfileCredentialsProvider",
			"description": "Set whether the DynamoDB client should expect to load credentials through a profile credentials provider.",
			"defaultValue": "false",
			"priority": "MEDIUM",
			"required": "false"
		},
		"camel.kamelet.aws-ddb-streams-source.useSessionCredentials": {
			"name": "camel.kamelet.aws-ddb-streams-source.useSessionCredentials",
			"description": "Set whether the DynamoDB client should expect to use Session Credentials. This is useful in situation in which the user needs to assume a IAM role for doing operations in DynamoDB.",
			"defaultValue": "false",
			"priority": "MEDIUM",
			"required": "false"
		},
		"camel.kamelet.aws-ddb-streams-source.profileCredentialsName": {
			"name": "camel.kamelet.aws-ddb-streams-source.profileCredentialsName",
			"description": "If using a profile credentials provider this parameter will set the profile name.",
			"priority": "MEDIUM",
			"required": "false"
		},
		"camel.kamelet.aws-ddb-streams-source.sessionToken": {
			"name": "camel.kamelet.aws-ddb-streams-source.sessionToken",
			"description": "Amazon AWS Session Token used when the user needs to assume a IAM role.",
			"priority": "MEDIUM",
			"required": "false"
		},
		"camel.kamelet.aws-ddb-streams-source.uriEndpointOverride": {
			"name": "camel.kamelet.aws-ddb-streams-source.uriEndpointOverride",
			"description": "The overriding endpoint URI. To use this option, you must also select the `overrideEndpoint` option.",
			"priority": "MEDIUM",
			"required": "false"
		},
		"camel.kamelet.aws-ddb-streams-source.overrideEndpoint": {
			"name": "camel.kamelet.aws-ddb-streams-source.overrideEndpoint",
			"description": "Select this option to override the endpoint URI. To use this option, you must also provide a URI for the `uriEndpointOverride` option.",
			"defaultValue": "false",
			"priority": "MEDIUM",
			"required": "false"
		},
		"camel.kamelet.aws-ddb-streams-source.delay": {
			"name": "camel.kamelet.aws-ddb-streams-source.delay",
			"description": "The number of milliseconds before the next poll from the database.",
			"defaultValue": "500",
			"priority": "MEDIUM",
			"required": "false"
		}
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy