Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
{
"connector": {
"class": "org.apache.camel.kafkaconnector.awsec2sink.CamelAwsec2sinkSinkConnector",
"artifactId": "camel-aws-ec2-sink-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-aws-ec2-sink-sink",
"type": "sink",
"version": "4.8.0",
"description": "Check the status of EC2 instances\n\nAccess Key\/Secret Key are the basic method for authenticating to the AWS EC2 Service. These parameters are optional because the Kamelet provides the 'useDefaultCredentialsProvider'.\n\nWhen using a default Credentials Provider the EC2 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- `instanceIds` \/ `ce-instanceids`: as a comma separated list of EC2 instance ids."
},
"properties": {
"camel.kamelet.aws-ec2-sink.accessKey": {
"name": "camel.kamelet.aws-ec2-sink.accessKey",
"description": "The access key obtained from AWS.",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-ec2-sink.secretKey": {
"name": "camel.kamelet.aws-ec2-sink.secretKey",
"description": "The secret key obtained from AWS.",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-ec2-sink.region": {
"name": "camel.kamelet.aws-ec2-sink.region",
"description": "The AWS region to access.",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.aws-ec2-sink.useDefaultCredentialsProvider": {
"name": "camel.kamelet.aws-ec2-sink.useDefaultCredentialsProvider",
"description": "If true, the EC2 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-ec2-sink.useProfileCredentialsProvider": {
"name": "camel.kamelet.aws-ec2-sink.useProfileCredentialsProvider",
"description": "Set whether the EC2 client should expect to load credentials through a profile credentials provider.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-ec2-sink.useSessionCredentials": {
"name": "camel.kamelet.aws-ec2-sink.useSessionCredentials",
"description": "Set whether the EC2 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 EC2.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-ec2-sink.profileCredentialsName": {
"name": "camel.kamelet.aws-ec2-sink.profileCredentialsName",
"description": "If using a profile credentials provider this parameter will set the profile name.",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-ec2-sink.sessionToken": {
"name": "camel.kamelet.aws-ec2-sink.sessionToken",
"description": "Amazon AWS Session Token used when the user needs to assume a IAM role.",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-ec2-sink.uriEndpointOverride": {
"name": "camel.kamelet.aws-ec2-sink.uriEndpointOverride",
"description": "The overriding endpoint URI. To use this option, you must also select the `overrideEndpoint` option.",
"priority": "MEDIUM",
"required": "false"
},
"camel.kamelet.aws-ec2-sink.overrideEndpoint": {
"name": "camel.kamelet.aws-ec2-sink.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"
}
}
}