connectors.camel-aws-secrets-manager-sink-sink.json Maven / Gradle / Ivy
The newest version!
{
"connector": {
"class": "org.apache.camel.kafkaconnector.awssecretsmanagersink.CamelAwssecretsmanagersinkSinkConnector",
"artifactId": "camel-aws-secrets-manager-sink-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-aws-secrets-manager-sink-sink",
"type": "sink",
"version": "4.8.0",
"description": "Create a secret in AWS Secrets Manager.\n\nAccess Key\/Secret Key are the basic method for authenticating to the AWS Secrets Manager Service. These parameters are optional because the Kamelet provides the 'useDefaultCredentialsProvider'.\n\nWhen using a default Credentials Provider the Secrets Manager client will load the credentials through this provider and won't use the static credential. This is reason for not having the access key and secret key as mandatory parameter for this Kamelet.\n\nThe Kamelet expects the following headers to be set:\n\n- `secret-name` \/ `ce-secret-name`: as the secret name to create.\n\nIf the header won't be set the exchange ID will be used as secret name."
},
"properties": {
"camel.kamelet.aws-secrets-manager-sink.accessKey": {
"name": "camel.kamelet.aws-secrets-manager-sink.accessKey",
"description": "The access key obtained from AWS.",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-secrets-manager-sink.secretKey": {
"name": "camel.kamelet.aws-secrets-manager-sink.secretKey",
"description": "The secret key obtained from AWS.",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-secrets-manager-sink.region": {
"name": "camel.kamelet.aws-secrets-manager-sink.region",
"description": "The AWS region to access.",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.aws-secrets-manager-sink.useDefaultCredentialsProvider": {
"name": "camel.kamelet.aws-secrets-manager-sink.useDefaultCredentialsProvider",
"description": "Set whether the Secrets Manager client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-secrets-manager-sink.useProfileCredentialsProvider": {
"name": "camel.kamelet.aws-secrets-manager-sink.useProfileCredentialsProvider",
"description": "Set whether the Secrets Manager client should expect to load credentials through a profile credentials provider.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-secrets-manager-sink.useSessionCredentials": {
"name": "camel.kamelet.aws-secrets-manager-sink.useSessionCredentials",
"description": "Set whether the Secrets Manager 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 Secrets Manager.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-secrets-manager-sink.profileCredentialsName": {
"name": "camel.kamelet.aws-secrets-manager-sink.profileCredentialsName",
"description": "If using a profile credentials provider this parameter will set the profile name.",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-secrets-manager-sink.sessionToken": {
"name": "camel.kamelet.aws-secrets-manager-sink.sessionToken",
"description": "Amazon AWS Session Token used when the user needs to assume a IAM role.",
"priority": "MEDIUM",
"required": "false"
}
}
}