blob: 95a949ba6234ac47eb3e24d50f2f1c7373877c01 [file] [log] [blame]
{"component":{"kind":"component","name":"aws-secrets-manager","title":"AWS Secrets Manager","description":"Manage AWS Secrets Manager services using AWS SDK version 2.x.","deprecated":false,"firstVersion":"3.9.0","label":"cloud,management","javaType":"org.apache.camel.component.aws.secretsmanager.SecretsManagerComponent","supportLevel":"Stable","groupId":"org.apache.camel","artifactId":"camel-aws-secrets-manager","version":"3.18.1","scheme":"aws-secrets-manager","extendsScheme":"","syntax":"aws-secrets-manager:label","async":false,"api":false,"consumerOnly":false,"producerOnly":true,"lenientProperties":false},"headers":{"CamelAwsSecretsManagerOperation":{"kind":"header","displayName":"","group":"producer","label":"","required":false,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The operation we want to perform","constantName":"org.apache.camel.component.aws.secretsmanager.SecretsManagerConstants#OPERATION"},"CamelAwsSecretsManagerMaxResults":{"kind":"header","displayName":"","group":"producer","label":"","required":false,"javaType":"Integer","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The number of results to include in the response.","constantName":"org.apache.camel.component.aws.secretsmanager.SecretsManagerConstants#MAX_RESULTS"},"CamelAwsSecretsManagerSecretName":{"kind":"header","displayName":"","group":"producer","label":"","required":false,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The name of the secret.","constantName":"org.apache.camel.component.aws.secretsmanager.SecretsManagerConstants#SECRET_NAME"},"CamelAwsSecretsManagerSecretDescription":{"kind":"header","displayName":"","group":"producer","label":"","required":false,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The description of the secret.","constantName":"org.apache.camel.component.aws.secretsmanager.SecretsManagerConstants#SECRET_DESCRIPTION"},"CamelAwsSecretsManagerSecretId":{"kind":"header","displayName":"","group":"producer","label":"","required":false,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The ARN or name of the secret.","constantName":"org.apache.camel.component.aws.secretsmanager.SecretsManagerConstants#SECRET_ID"},"CamelAwsSecretsManagerLambdaRotationFunctionArn":{"kind":"header","displayName":"","group":"producer","label":"","required":false,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The ARN of the Lambda rotation function that can rotate the secret.","constantName":"org.apache.camel.component.aws.secretsmanager.SecretsManagerConstants#LAMBDA_ROTATION_FUNCTION_ARN"},"CamelAwsSecretsManagerSecretVersionId":{"kind":"header","displayName":"","group":"producer","label":"","required":false,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"The unique identifier of the version of the secret.","constantName":"org.apache.camel.component.aws.secretsmanager.SecretsManagerConstants#SECRET_VERSION_ID"},"CamelAwsSecretsManagerSecretReplicationRegions":{"kind":"header","displayName":"","group":"producer","label":"","required":false,"javaType":"String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"description":"A comma separated list of Regions in which to replicate the secret.","constantName":"org.apache.camel.component.aws.secretsmanager.SecretsManagerConstants#SECRET_REPLICATION_REGIONS"}},"properties":{"label":{"kind":"path","displayName":"Label","group":"producer","label":"","required":true,"type":"string","javaType":"java.lang.String","deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"configurationClass":"org.apache.camel.component.aws.secretsmanager.SecretsManagerConfiguration","configurationField":"configuration","description":"Logical name"},"binaryPayload":{"kind":"parameter","displayName":"Binary Payload","group":"producer","label":"","required":false,"type":"boolean","javaType":"boolean","deprecated":false,"autowired":false,"secret":false,"defaultValue":false,"configurationClass":"org.apache.camel.component.aws.secretsmanager.SecretsManagerConfiguration","configurationField":"configuration","description":"Set if the secret is binary or not"},"operation":{"kind":"parameter","displayName":"Operation","group":"producer","label":"","required":true,"type":"object","javaType":"org.apache.camel.component.aws.secretsmanager.SecretsManagerOperations","enum":["listSecrets","createSecret","getSecret","describeSecret","deleteSecret","rotateSecret","updateSecret","restoreSecret","replicateSecretToRegions"],"deprecated":false,"deprecationNote":"","autowired":false,"secret":false,"configurationClass":"org.apache.camel.component.aws.secretsmanager.SecretsManagerConfiguration","configurationField":"configuration","description":"The operation to perform"},"overrideEndpoint":{"kind":"parameter","displayName":"Override Endpoint","group":"producer","label":"","required":false,"type":"boolean","javaType":"boolean","deprecated":false,"autowired":false,"secret":false,"defaultValue":false,"configurationClass":"org.apache.camel.component.aws.secretsmanager.SecretsManagerConfiguration","configurationField":"configuration","description":"Set the need for overidding the endpoint. This option needs to be used in combination with uriEndpointOverride option"},"pojoRequest":{"kind":"parameter","displayName":"Pojo Request","group":"producer","label":"","required":false,"type":"boolean","javaType":"boolean","deprecated":false,"autowired":false,"secret":false,"defaultValue":false,"configurationClass":"org.apache.camel.component.aws.secretsmanager.SecretsManagerConfiguration","configurationField":"configuration","description":"If we want to use a POJO request as body or not"},"proxyHost":{"kind":"parameter","displayName":"Proxy Host","group":"producer","label":"","required":false,"type":"string","javaType":"java.lang.String","deprecated":false,"autowired":false,"secret":false,"configurationClass":"org.apache.camel.component.aws.secretsmanager.SecretsManagerConfiguration","configurationField":"configuration","description":"To define a proxy host when instantiating the Secrets Manager client"},"proxyPort":{"kind":"parameter","displayName":"Proxy Port","group":"producer","label":"","required":false,"type":"integer","javaType":"java.lang.Integer","deprecated":false,"autowired":false,"secret":false,"configurationClass":"org.apache.camel.component.aws.secretsmanager.SecretsManagerConfiguration","configurationField":"configuration","description":"To define a proxy port when instantiating the Secrets Manager client"},"proxyProtocol":{"kind":"parameter","displayName":"Proxy Protocol","group":"producer","label":"","required":false,"type":"object","javaType":"software.amazon.awssdk.core.Protocol","enum":["HTTP","HTTPS"],"deprecated":false,"autowired":false,"secret":false,"defaultValue":"HTTPS","configurationClass":"org.apache.camel.component.aws.secretsmanager.SecretsManagerConfiguration","configurationField":"configuration","description":"To define a proxy protocol when instantiating the Secrets Manager client"},"region":{"kind":"parameter","displayName":"Region","group":"producer","label":"","required":false,"type":"string","javaType":"java.lang.String","deprecated":false,"autowired":false,"secret":false,"configurationClass":"org.apache.camel.component.aws.secretsmanager.SecretsManagerConfiguration","configurationField":"configuration","description":"The region in which Secrets Manager client needs to work. When using this parameter, the configuration will expect the lowercase name of the region (for example ap-east-1) You'll need to use the name Region.EU_WEST_1.id()"},"secretsManagerClient":{"kind":"parameter","displayName":"Secrets Manager Client","group":"producer","label":"","required":false,"type":"object","javaType":"software.amazon.awssdk.services.secretsmanager.SecretsManagerClient","deprecated":false,"deprecationNote":"","autowired":true,"secret":false,"configurationClass":"org.apache.camel.component.aws.secretsmanager.SecretsManagerConfiguration","configurationField":"configuration","description":"To use a existing configured AWS Secrets Manager as client"},"trustAllCertificates":{"kind":"parameter","displayName":"Trust All Certificates","group":"producer","label":"","required":false,"type":"boolean","javaType":"boolean","deprecated":false,"autowired":false,"secret":false,"defaultValue":false,"configurationClass":"org.apache.camel.component.aws.secretsmanager.SecretsManagerConfiguration","configurationField":"configuration","description":"If we want to trust all certificates in case of overriding the endpoint"},"uriEndpointOverride":{"kind":"parameter","displayName":"Uri Endpoint Override","group":"producer","label":"","required":false,"type":"string","javaType":"java.lang.String","deprecated":false,"autowired":false,"secret":false,"configurationClass":"org.apache.camel.component.aws.secretsmanager.SecretsManagerConfiguration","configurationField":"configuration","description":"Set the overriding uri endpoint. This option needs to be used in combination with overrideEndpoint option"},"useDefaultCredentialsProvider":{"kind":"parameter","displayName":"Use Default Credentials Provider","group":"producer","label":"","required":false,"type":"boolean","javaType":"boolean","deprecated":false,"autowired":false,"secret":false,"defaultValue":false,"configurationClass":"org.apache.camel.component.aws.secretsmanager.SecretsManagerConfiguration","configurationField":"configuration","description":"Set whether the Translate client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in."},"lazyStartProducer":{"kind":"parameter","displayName":"Lazy Start Producer","group":"producer (advanced)","label":"producer,advanced","required":false,"type":"boolean","javaType":"boolean","deprecated":false,"autowired":false,"secret":false,"defaultValue":false,"description":"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing."},"accessKey":{"kind":"parameter","displayName":"Access Key","group":"security","label":"security","required":false,"type":"string","javaType":"java.lang.String","deprecated":false,"autowired":false,"secret":true,"configurationClass":"org.apache.camel.component.aws.secretsmanager.SecretsManagerConfiguration","configurationField":"configuration","description":"Amazon AWS Access Key"},"secretKey":{"kind":"parameter","displayName":"Secret Key","group":"security","label":"security","required":false,"type":"string","javaType":"java.lang.String","deprecated":false,"autowired":false,"secret":true,"configurationClass":"org.apache.camel.component.aws.secretsmanager.SecretsManagerConfiguration","configurationField":"configuration","description":"Amazon AWS Secret Key"}}}