generated from camel.apache.org/component
679 lines
23 KiB
JSON
679 lines
23 KiB
JSON
{
|
|
"component": {
|
|
"kind": "component",
|
|
"name": "aws2-step-functions",
|
|
"title": "AWS StepFunctions",
|
|
"description": "Manage and invoke AWS Step functions.",
|
|
"deprecated": false,
|
|
"firstVersion": "4.0.0",
|
|
"label": "cloud,serverless",
|
|
"javaType": "org.apache.camel.component.aws2.stepfunctions.StepFunctions2Component",
|
|
"supportLevel": "Stable",
|
|
"groupId": "org.apache.camel",
|
|
"artifactId": "camel-aws2-step-functions",
|
|
"version": "4.10.2",
|
|
"scheme": "aws2-step-functions",
|
|
"extendsScheme": "",
|
|
"syntax": "aws2-step-functions:label",
|
|
"async": false,
|
|
"api": false,
|
|
"consumerOnly": false,
|
|
"producerOnly": true,
|
|
"lenientProperties": false,
|
|
"browsable": false,
|
|
"remote": true
|
|
},
|
|
"headers": {
|
|
"CamelAwsStepFunctionsOperation": {
|
|
"index": 0,
|
|
"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.aws2.stepfunctions.StepFunctions2Constants#OPERATION"
|
|
},
|
|
"CamelAwsStepFunctionsStateMachineName": {
|
|
"index": 1,
|
|
"kind": "header",
|
|
"displayName": "",
|
|
"group": "producer",
|
|
"label": "",
|
|
"required": false,
|
|
"javaType": "String",
|
|
"deprecated": false,
|
|
"deprecationNote": "",
|
|
"autowired": false,
|
|
"secret": false,
|
|
"description": "The name of the state machine",
|
|
"constantName": "org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#STATE_MACHINE_NAME"
|
|
},
|
|
"CamelAwsStepFunctionsStateMachineDefinition": {
|
|
"index": 2,
|
|
"kind": "header",
|
|
"displayName": "",
|
|
"group": "producer",
|
|
"label": "",
|
|
"required": false,
|
|
"javaType": "String",
|
|
"deprecated": false,
|
|
"deprecationNote": "",
|
|
"autowired": false,
|
|
"secret": false,
|
|
"description": "The Amazon States Language definition of the state machine",
|
|
"constantName": "org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#STATE_MACHINE_DEFINITION"
|
|
},
|
|
"CamelAwsStepFunctionsStateMachineType": {
|
|
"index": 3,
|
|
"kind": "header",
|
|
"displayName": "",
|
|
"group": "producer",
|
|
"label": "",
|
|
"required": false,
|
|
"javaType": "String",
|
|
"deprecated": false,
|
|
"deprecationNote": "",
|
|
"autowired": false,
|
|
"secret": false,
|
|
"description": "Determines whether a Standard or Express state machine is created",
|
|
"constantName": "org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#STATE_MACHINE_TYPE"
|
|
},
|
|
"CamelAwsStepFunctionsStateMachineRoleArn": {
|
|
"index": 4,
|
|
"kind": "header",
|
|
"displayName": "",
|
|
"group": "producer",
|
|
"label": "",
|
|
"required": false,
|
|
"javaType": "String",
|
|
"deprecated": false,
|
|
"deprecationNote": "",
|
|
"autowired": false,
|
|
"secret": false,
|
|
"description": "The Amazon Resource Name (ARN) of the IAM role to use for this state machine.",
|
|
"constantName": "org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#STATE_MACHINE_ROLE_ARN"
|
|
},
|
|
"CamelAwsStepFunctionsStateMachineArn": {
|
|
"index": 5,
|
|
"kind": "header",
|
|
"displayName": "",
|
|
"group": "producer",
|
|
"label": "",
|
|
"required": false,
|
|
"javaType": "String",
|
|
"deprecated": false,
|
|
"deprecationNote": "",
|
|
"autowired": false,
|
|
"secret": false,
|
|
"description": "The Amazon Resource Name (ARN) of state machine.",
|
|
"constantName": "org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#STATE_MACHINE_ARN"
|
|
},
|
|
"CamelAwsStepFunctionsStateMachinesMaxResults": {
|
|
"index": 6,
|
|
"kind": "header",
|
|
"displayName": "",
|
|
"group": "producer",
|
|
"label": "",
|
|
"required": false,
|
|
"javaType": "Integer",
|
|
"deprecated": false,
|
|
"deprecationNote": "",
|
|
"autowired": false,
|
|
"secret": false,
|
|
"description": "The limit number of results while listing state machines",
|
|
"constantName": "org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#STATE_MACHINES_MAX_RESULTS"
|
|
},
|
|
"CamelAwsStepFunctionsActivityName": {
|
|
"index": 7,
|
|
"kind": "header",
|
|
"displayName": "",
|
|
"group": "producer",
|
|
"label": "",
|
|
"required": false,
|
|
"javaType": "String",
|
|
"deprecated": false,
|
|
"deprecationNote": "",
|
|
"autowired": false,
|
|
"secret": false,
|
|
"description": "The name of the state machine activity",
|
|
"constantName": "org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#ACTIVITY_NAME"
|
|
},
|
|
"CamelAwsStepFunctionsActivityArn": {
|
|
"index": 8,
|
|
"kind": "header",
|
|
"displayName": "",
|
|
"group": "producer",
|
|
"label": "",
|
|
"required": false,
|
|
"javaType": "String",
|
|
"deprecated": false,
|
|
"deprecationNote": "",
|
|
"autowired": false,
|
|
"secret": false,
|
|
"description": "The ARN of the state machine activity",
|
|
"constantName": "org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#ACTIVITY_ARN"
|
|
},
|
|
"CamelAwsStepFunctionsActivitiesMaxResults": {
|
|
"index": 9,
|
|
"kind": "header",
|
|
"displayName": "",
|
|
"group": "producer",
|
|
"label": "",
|
|
"required": false,
|
|
"javaType": "Integer",
|
|
"deprecated": false,
|
|
"deprecationNote": "",
|
|
"autowired": false,
|
|
"secret": false,
|
|
"description": "The limit number of results while listing state machines",
|
|
"constantName": "org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#ACTIVITIES_MAX_RESULTS"
|
|
},
|
|
"CamelAwsStepFunctionsExecutionArn": {
|
|
"index": 10,
|
|
"kind": "header",
|
|
"displayName": "",
|
|
"group": "producer",
|
|
"label": "",
|
|
"required": false,
|
|
"javaType": "String",
|
|
"deprecated": false,
|
|
"deprecationNote": "",
|
|
"autowired": false,
|
|
"secret": false,
|
|
"description": "The Amazon Resource Name (ARN) of the execution.",
|
|
"constantName": "org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#EXECUTION_ARN"
|
|
},
|
|
"CamelAwsStepFunctionsExecutionName": {
|
|
"index": 11,
|
|
"kind": "header",
|
|
"displayName": "",
|
|
"group": "producer",
|
|
"label": "",
|
|
"required": false,
|
|
"javaType": "String",
|
|
"deprecated": false,
|
|
"deprecationNote": "",
|
|
"autowired": false,
|
|
"secret": false,
|
|
"description": "Optional name of the execution.",
|
|
"constantName": "org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#EXECUTION_NAME"
|
|
},
|
|
"CamelAwsStepFunctionsExecutionInput": {
|
|
"index": 12,
|
|
"kind": "header",
|
|
"displayName": "",
|
|
"group": "producer",
|
|
"label": "",
|
|
"required": false,
|
|
"javaType": "String",
|
|
"deprecated": false,
|
|
"deprecationNote": "",
|
|
"autowired": false,
|
|
"secret": false,
|
|
"description": "The string that contains the JSON input data for the execution.",
|
|
"constantName": "org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#EXECUTION_INPUT"
|
|
},
|
|
"CamelAwsStepFunctionsExecutionTraceHeader": {
|
|
"index": 13,
|
|
"kind": "header",
|
|
"displayName": "",
|
|
"group": "producer",
|
|
"label": "",
|
|
"required": false,
|
|
"javaType": "String",
|
|
"deprecated": false,
|
|
"deprecationNote": "",
|
|
"autowired": false,
|
|
"secret": false,
|
|
"description": "Passes the X-Ray trace header.",
|
|
"constantName": "org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#EXECUTION_TRACE_HEADER"
|
|
},
|
|
"CamelAwsStepFunctionsExecutionHistoryMaxResults": {
|
|
"index": 14,
|
|
"kind": "header",
|
|
"displayName": "",
|
|
"group": "producer",
|
|
"label": "",
|
|
"required": false,
|
|
"javaType": "Integer",
|
|
"deprecated": false,
|
|
"deprecationNote": "",
|
|
"autowired": false,
|
|
"secret": false,
|
|
"description": "The limit number of results while listing execution history",
|
|
"constantName": "org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#EXECUTION_HISTORY_MAX_RESULTS"
|
|
},
|
|
"CamelAwsStepFunctionsExecutionHistoryIncludeExecutionData": {
|
|
"index": 15,
|
|
"kind": "header",
|
|
"displayName": "",
|
|
"group": "producer",
|
|
"label": "",
|
|
"required": false,
|
|
"javaType": "Boolean",
|
|
"deprecated": false,
|
|
"deprecationNote": "",
|
|
"autowired": false,
|
|
"secret": false,
|
|
"description": "You can select whether execution data (input or output of a history event) is returned.",
|
|
"constantName": "org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#EXECUTION_HISTORY_INCLUDE_EXECUTION_DATA"
|
|
},
|
|
"CamelAwsStepFunctionsExecutionHistoryReverseOrder": {
|
|
"index": 16,
|
|
"kind": "header",
|
|
"displayName": "",
|
|
"group": "producer",
|
|
"label": "",
|
|
"required": false,
|
|
"javaType": "Boolean",
|
|
"deprecated": false,
|
|
"deprecationNote": "",
|
|
"autowired": false,
|
|
"secret": false,
|
|
"description": "Lists events in descending order of their timeStamp.",
|
|
"constantName": "org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#EXECUTION_HISTORY_REVERSE_ORDER"
|
|
},
|
|
"CamelAwsStepFunctionsExecutionMaxResults": {
|
|
"index": 17,
|
|
"kind": "header",
|
|
"displayName": "",
|
|
"group": "producer",
|
|
"label": "",
|
|
"required": false,
|
|
"javaType": "Integer",
|
|
"deprecated": false,
|
|
"deprecationNote": "",
|
|
"autowired": false,
|
|
"secret": false,
|
|
"description": "The limit number of results while listing executions",
|
|
"constantName": "org.apache.camel.component.aws2.stepfunctions.StepFunctions2Constants#EXECUTIONS_MAX_RESULTS"
|
|
}
|
|
},
|
|
"properties": {
|
|
"label": {
|
|
"index": 0,
|
|
"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.aws2.stepfunctions.StepFunctions2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "Logical name"
|
|
},
|
|
"operation": {
|
|
"index": 1,
|
|
"kind": "parameter",
|
|
"displayName": "Operation",
|
|
"group": "producer",
|
|
"label": "",
|
|
"required": true,
|
|
"type": "object",
|
|
"javaType": "org.apache.camel.component.aws2.stepfunctions.StepFunctions2Operations",
|
|
"enum": [
|
|
"createStateMachine",
|
|
"deleteStateMachine",
|
|
"updateStateMachine",
|
|
"describeStateMachine",
|
|
"listStateMachines",
|
|
"createActivity",
|
|
"deleteActivity",
|
|
"describeActivity",
|
|
"getActivityTask",
|
|
"listActivities",
|
|
"startExecution",
|
|
"startSyncExecution",
|
|
"stopExecution",
|
|
"describeExecution",
|
|
"listExecutions",
|
|
"getExecutionHistory"
|
|
],
|
|
"deprecated": false,
|
|
"deprecationNote": "",
|
|
"autowired": false,
|
|
"secret": false,
|
|
"configurationClass": "org.apache.camel.component.aws2.stepfunctions.StepFunctions2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "The operation to perform. It can be listFunctions, getFunction, createFunction, deleteFunction or invokeFunction"
|
|
},
|
|
"overrideEndpoint": {
|
|
"index": 2,
|
|
"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.aws2.stepfunctions.StepFunctions2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "Set the need for overriding the endpoint. This option needs to be used in combination with the uriEndpointOverride option"
|
|
},
|
|
"pojoRequest": {
|
|
"index": 3,
|
|
"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.aws2.stepfunctions.StepFunctions2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "If we want to use a POJO request as body or not"
|
|
},
|
|
"profileCredentialsName": {
|
|
"index": 4,
|
|
"kind": "parameter",
|
|
"displayName": "Profile Credentials Name",
|
|
"group": "producer",
|
|
"label": "",
|
|
"required": false,
|
|
"type": "string",
|
|
"javaType": "java.lang.String",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"configurationClass": "org.apache.camel.component.aws2.stepfunctions.StepFunctions2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "If using a profile credentials provider, this parameter will set the profile name"
|
|
},
|
|
"region": {
|
|
"index": 5,
|
|
"kind": "parameter",
|
|
"displayName": "Region",
|
|
"group": "producer",
|
|
"label": "",
|
|
"required": false,
|
|
"type": "string",
|
|
"javaType": "java.lang.String",
|
|
"enum": [
|
|
"ap-south-2",
|
|
"ap-south-1",
|
|
"eu-south-1",
|
|
"eu-south-2",
|
|
"us-gov-east-1",
|
|
"me-central-1",
|
|
"il-central-1",
|
|
"ca-central-1",
|
|
"eu-central-1",
|
|
"us-iso-west-1",
|
|
"eu-central-2",
|
|
"eu-isoe-west-1",
|
|
"us-west-1",
|
|
"us-west-2",
|
|
"af-south-1",
|
|
"eu-north-1",
|
|
"eu-west-3",
|
|
"eu-west-2",
|
|
"eu-west-1",
|
|
"ap-northeast-3",
|
|
"ap-northeast-2",
|
|
"ap-northeast-1",
|
|
"me-south-1",
|
|
"sa-east-1",
|
|
"ap-east-1",
|
|
"cn-north-1",
|
|
"ca-west-1",
|
|
"us-gov-west-1",
|
|
"ap-southeast-1",
|
|
"ap-southeast-2",
|
|
"us-iso-east-1",
|
|
"ap-southeast-3",
|
|
"ap-southeast-4",
|
|
"us-east-1",
|
|
"us-east-2",
|
|
"cn-northwest-1",
|
|
"us-isob-east-1",
|
|
"aws-global",
|
|
"aws-cn-global",
|
|
"aws-us-gov-global",
|
|
"aws-iso-global",
|
|
"aws-iso-b-global"
|
|
],
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"configurationClass": "org.apache.camel.component.aws2.stepfunctions.StepFunctions2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "The region in which StepFunctions 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()"
|
|
},
|
|
"trustAllCertificates": {
|
|
"index": 6,
|
|
"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.aws2.stepfunctions.StepFunctions2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "If we want to trust all certificates in case of overriding the endpoint"
|
|
},
|
|
"uriEndpointOverride": {
|
|
"index": 7,
|
|
"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.aws2.stepfunctions.StepFunctions2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "Set the overriding uri endpoint. This option needs to be used in combination with overrideEndpoint option"
|
|
},
|
|
"useDefaultCredentialsProvider": {
|
|
"index": 8,
|
|
"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.aws2.stepfunctions.StepFunctions2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "Set whether the StepFunctions client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in."
|
|
},
|
|
"useProfileCredentialsProvider": {
|
|
"index": 9,
|
|
"kind": "parameter",
|
|
"displayName": "Use Profile Credentials Provider",
|
|
"group": "producer",
|
|
"label": "",
|
|
"required": false,
|
|
"type": "boolean",
|
|
"javaType": "boolean",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"defaultValue": false,
|
|
"configurationClass": "org.apache.camel.component.aws2.stepfunctions.StepFunctions2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "Set whether the StepFunctions client should expect to load credentials through a profile credentials provider."
|
|
},
|
|
"lazyStartProducer": {
|
|
"index": 10,
|
|
"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."
|
|
},
|
|
"awsSfnClient": {
|
|
"index": 11,
|
|
"kind": "parameter",
|
|
"displayName": "Aws Sfn Client",
|
|
"group": "advanced",
|
|
"label": "advanced",
|
|
"required": false,
|
|
"type": "object",
|
|
"javaType": "software.amazon.awssdk.services.sfn.SfnClient",
|
|
"deprecated": false,
|
|
"deprecationNote": "",
|
|
"autowired": true,
|
|
"secret": false,
|
|
"configurationClass": "org.apache.camel.component.aws2.stepfunctions.StepFunctions2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "To use an existing configured AwsStepFunctionsClient client"
|
|
},
|
|
"proxyHost": {
|
|
"index": 12,
|
|
"kind": "parameter",
|
|
"displayName": "Proxy Host",
|
|
"group": "proxy",
|
|
"label": "proxy",
|
|
"required": false,
|
|
"type": "string",
|
|
"javaType": "java.lang.String",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"configurationClass": "org.apache.camel.component.aws2.stepfunctions.StepFunctions2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "To define a proxy host when instantiating the StepFunctions client"
|
|
},
|
|
"proxyPort": {
|
|
"index": 13,
|
|
"kind": "parameter",
|
|
"displayName": "Proxy Port",
|
|
"group": "proxy",
|
|
"label": "proxy",
|
|
"required": false,
|
|
"type": "integer",
|
|
"javaType": "java.lang.Integer",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"configurationClass": "org.apache.camel.component.aws2.stepfunctions.StepFunctions2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "To define a proxy port when instantiating the StepFunctions client"
|
|
},
|
|
"proxyProtocol": {
|
|
"index": 14,
|
|
"kind": "parameter",
|
|
"displayName": "Proxy Protocol",
|
|
"group": "proxy",
|
|
"label": "proxy",
|
|
"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.aws2.stepfunctions.StepFunctions2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "To define a proxy protocol when instantiating the StepFunctions client"
|
|
},
|
|
"accessKey": {
|
|
"index": 15,
|
|
"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.aws2.stepfunctions.StepFunctions2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "Amazon AWS Access Key"
|
|
},
|
|
"secretKey": {
|
|
"index": 16,
|
|
"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.aws2.stepfunctions.StepFunctions2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "Amazon AWS Secret Key"
|
|
},
|
|
"sessionToken": {
|
|
"index": 17,
|
|
"kind": "parameter",
|
|
"displayName": "Session Token",
|
|
"group": "security",
|
|
"label": "security",
|
|
"required": false,
|
|
"type": "string",
|
|
"javaType": "java.lang.String",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": true,
|
|
"configurationClass": "org.apache.camel.component.aws2.stepfunctions.StepFunctions2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "Amazon AWS Session Token used when the user needs to assume an IAM role"
|
|
},
|
|
"useSessionCredentials": {
|
|
"index": 18,
|
|
"kind": "parameter",
|
|
"displayName": "Use Session Credentials",
|
|
"group": "security",
|
|
"label": "security",
|
|
"required": false,
|
|
"type": "boolean",
|
|
"javaType": "boolean",
|
|
"deprecated": false,
|
|
"autowired": false,
|
|
"secret": false,
|
|
"defaultValue": false,
|
|
"configurationClass": "org.apache.camel.component.aws2.stepfunctions.StepFunctions2Configuration",
|
|
"configurationField": "configuration",
|
|
"description": "Set whether the Step Functions client should expect to use Session Credentials. This is useful in a situation in which the user needs to assume an IAM role for doing operations in Step Functions."
|
|
}
|
|
}
|
|
} |