camel.kamelet.aws-sqs-fifo-sink.queueNameOrArn | Required The SQS Queue name or ARN. | | HIGH |
camel.kamelet.aws-sqs-fifo-sink.accessKey | The access key obtained from AWS. | | MEDIUM |
camel.kamelet.aws-sqs-fifo-sink.secretKey | The secret key obtained from AWS. | | MEDIUM |
camel.kamelet.aws-sqs-fifo-sink.region | Required The AWS region to access. | | HIGH |
camel.kamelet.aws-sqs-fifo-sink.contentBasedDeduplication | Use content-based deduplication (should be enabled in the SQS FIFO queue first). | false | MEDIUM |
camel.kamelet.aws-sqs-fifo-sink.autoCreateQueue | Setting the autocreation of the SQS queue. | false | MEDIUM |
camel.kamelet.aws-sqs-fifo-sink.amazonAWSHost | The hostname of the Amazon AWS cloud. | "amazonaws.com" | MEDIUM |
camel.kamelet.aws-sqs-fifo-sink.protocol | The underlying protocol used to communicate with SQS Example: http or https. | "https" | MEDIUM |
camel.kamelet.aws-sqs-fifo-sink.useDefaultCredentialsProvider | Set whether the SQS client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in. | false | MEDIUM |
camel.kamelet.aws-sqs-fifo-sink.useProfileCredentialsProvider | Set whether the SQS client should expect to load credentials through a profile credentials provider. | false | MEDIUM |
camel.kamelet.aws-sqs-fifo-sink.useSessionCredentials | Set whether the SQS 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 SQS. | false | MEDIUM |
camel.kamelet.aws-sqs-fifo-sink.profileCredentialsName | If using a profile credentials provider this parameter will set the profile name. | | MEDIUM |
camel.kamelet.aws-sqs-fifo-sink.sessionToken | Amazon AWS Session Token used when the user needs to assume a IAM role. | | MEDIUM |
camel.kamelet.aws-sqs-fifo-sink.uriEndpointOverride | The overriding endpoint URI. To use this option, you must also select the overrideEndpoint option. | | MEDIUM |
camel.kamelet.aws-sqs-fifo-sink.overrideEndpoint | Select this option to override the endpoint URI. To use this option, you must also provide a URI for the uriEndpointOverride option. | false | MEDIUM |