|
53 | 53 | "CamelAwsIAMAccessKeyID": { "index": 2, "kind": "header", "displayName": "", "group": "producer", "label": "", "required": false, "javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The accessKey you want to manage", "constantName": "org.apache.camel.component.aws2.iam.IAM2Constants#ACCESS_KEY_ID" }, |
54 | 54 | "CamelAwsIAMAccessKeyStatus": { "index": 3, "kind": "header", "displayName": "", "group": "producer", "label": "", "required": false, "javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The Status of the AccessKey you want to set, possible value are active and inactive", "constantName": "org.apache.camel.component.aws2.iam.IAM2Constants#ACCESS_KEY_STATUS" }, |
55 | 55 | "CamelAwsIAMGroupName": { "index": 4, "kind": "header", "displayName": "", "group": "producer", "label": "", "required": false, "javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The name of an AWS IAM Group", "constantName": "org.apache.camel.component.aws2.iam.IAM2Constants#GROUP_NAME" }, |
56 | | - "CamelAwsIAMGroupPath": { "index": 5, "kind": "header", "displayName": "", "group": "producer", "label": "", "required": false, "javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The path of an AWS IAM Group", "constantName": "org.apache.camel.component.aws2.iam.IAM2Constants#GROUP_PATH" } |
| 56 | + "CamelAwsIAMGroupPath": { "index": 5, "kind": "header", "displayName": "", "group": "producer", "label": "", "required": false, "javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The path of an AWS IAM Group", "constantName": "org.apache.camel.component.aws2.iam.IAM2Constants#GROUP_PATH" }, |
| 57 | + "CamelAwsIAMMarker": { "index": 6, "kind": "header", "displayName": "", "group": "producer", "label": "", "required": false, "javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The marker to use for pagination in list operations", "constantName": "org.apache.camel.component.aws2.iam.IAM2Constants#MARKER" }, |
| 58 | + "CamelAwsIAMMaxItems": { "index": 7, "kind": "header", "displayName": "", "group": "producer", "label": "", "required": false, "javaType": "Integer", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The maximum number of items to return in list operations", "constantName": "org.apache.camel.component.aws2.iam.IAM2Constants#MAX_ITEMS" }, |
| 59 | + "CamelAwsIAMIsTruncated": { "index": 8, "kind": "header", "displayName": "", "group": "producer", "label": "", "required": false, "javaType": "Boolean", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "Whether the list response is truncated (has more results)", "constantName": "org.apache.camel.component.aws2.iam.IAM2Constants#IS_TRUNCATED" }, |
| 60 | + "CamelAwsIAMNextMarker": { "index": 9, "kind": "header", "displayName": "", "group": "producer", "label": "", "required": false, "javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The marker to use for the next page of results", "constantName": "org.apache.camel.component.aws2.iam.IAM2Constants#NEXT_MARKER" }, |
| 61 | + "CamelAwsIAMUserArn": { "index": 10, "kind": "header", "displayName": "", "group": "producer", "label": "", "required": false, "javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The ARN of the created or retrieved user", "constantName": "org.apache.camel.component.aws2.iam.IAM2Constants#USER_ARN" }, |
| 62 | + "CamelAwsIAMUserId": { "index": 11, "kind": "header", "displayName": "", "group": "producer", "label": "", "required": false, "javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The ID of the created or retrieved user", "constantName": "org.apache.camel.component.aws2.iam.IAM2Constants#USER_ID" }, |
| 63 | + "CamelAwsIAMGroupArn": { "index": 12, "kind": "header", "displayName": "", "group": "producer", "label": "", "required": false, "javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The ARN of the created or retrieved group", "constantName": "org.apache.camel.component.aws2.iam.IAM2Constants#GROUP_ARN" }, |
| 64 | + "CamelAwsIAMGroupId": { "index": 13, "kind": "header", "displayName": "", "group": "producer", "label": "", "required": false, "javaType": "String", "deprecated": false, "deprecationNote": "", "autowired": false, "secret": false, "description": "The ID of the created or retrieved group", "constantName": "org.apache.camel.component.aws2.iam.IAM2Constants#GROUP_ID" } |
57 | 65 | }, |
58 | 66 | "properties": { |
59 | 67 | "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.iam.IAM2Configuration", "configurationField": "configuration", "description": "Logical name" }, |
|
0 commit comments