awsElb.json•8.06 kB
{
"nodeType": "n8n-nodes-base.awsElb",
"displayName": "AWS ELB",
"description": "Sends data to AWS ELB API",
"version": 1,
"properties": [
{
"name": "loadBalancerId",
"displayName": "Load Balancer ARN Name or ID",
"type": "options",
"default": "",
"description": "Unique identifier for a particular loadBalancer. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.",
"required": true,
"displayOptions": {
"show": {
"resource": [
"listenerCertificate"
],
"operation": [
"add"
]
}
}
},
{
"name": "listenerId",
"displayName": "Listener ARN Name or ID",
"type": "options",
"default": "",
"description": "Unique identifier for a particular loadBalancer. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.",
"required": true,
"displayOptions": {
"show": {
"resource": [
"listenerCertificate"
],
"operation": [
"add"
]
}
}
},
{
"name": "certificateId",
"displayName": "Certificate ARN",
"type": "string",
"default": "",
"description": "Unique identifier for a particular loadBalancer",
"required": true,
"displayOptions": {
"show": {
"resource": [
"listenerCertificate"
],
"operation": [
"add"
]
}
}
},
{
"name": "returnAll",
"displayName": "Return All",
"type": "boolean",
"default": false,
"description": "Whether to return all results or only up to a given limit",
"displayOptions": {
"show": {
"resource": [
"listenerCertificate"
],
"operation": [
"getMany"
]
}
}
},
{
"name": "limit",
"displayName": "Limit",
"type": "number",
"default": 100,
"description": "Max number of results to return",
"typeOptions": {
"minValue": 1,
"maxValue": 400
},
"displayOptions": {
"show": {
"resource": [
"listenerCertificate"
],
"operation": [
"getMany"
],
"returnAll": [
false
]
}
}
},
{
"name": "operation",
"displayName": "Operation",
"type": "options",
"default": "add",
"description": "Add the specified SSL server certificate to the certificate list for the specified HTTPS or TLS listener",
"options": [
{
"name": "Add",
"value": "add",
"description": "Add the specified SSL server certificate to the certificate list for the specified HTTPS or TLS listener"
},
{
"name": "Get Many",
"value": "getMany",
"description": "Get many listener certificates"
},
{
"name": "Remove",
"value": "remove",
"description": "Remove the specified certificate from the certificate list for the specified HTTPS or TLS listener"
}
],
"displayOptions": {
"show": {
"resource": [
"listenerCertificate"
]
}
}
},
{
"name": "ipAddressType",
"displayName": "IP Address Type",
"type": "options",
"default": "ipv4",
"description": "The type of IP addresses used by the subnets for your load balancer",
"required": true,
"options": [
{
"name": "Ipv4",
"value": "ipv4"
},
{
"name": "Dualstack",
"value": "dualstack"
}
],
"displayOptions": {
"show": {
"resource": [
"loadBalancer"
],
"operation": [
"create"
]
}
}
},
{
"name": "name",
"displayName": "Name",
"type": "string",
"default": "",
"description": "This name must be unique per region per account, can have a maximum of 32 characters",
"required": true,
"displayOptions": {
"show": {
"resource": [
"loadBalancer"
],
"operation": [
"create"
]
}
}
},
{
"name": "schema",
"displayName": "Schema",
"type": "options",
"default": "internet-facing",
"required": true,
"options": [
{
"name": "Internal",
"value": "internal"
},
{
"name": "Internet Facing",
"value": "internet-facing"
}
],
"displayOptions": {
"show": {
"resource": [
"loadBalancer"
],
"operation": [
"create"
]
}
}
},
{
"name": "type",
"displayName": "Type",
"type": "options",
"default": "application",
"required": true,
"options": [
{
"name": "Application",
"value": "application"
},
{
"name": "Network",
"value": "network"
}
],
"displayOptions": {
"show": {
"resource": [
"loadBalancer"
],
"operation": [
"create"
]
}
}
},
{
"name": "subnets",
"displayName": "Subnet ID Names or IDs",
"type": "multiOptions",
"default": [],
"description": "Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>",
"required": true,
"displayOptions": {
"show": {
"resource": [
"loadBalancer"
],
"operation": [
"create"
]
}
}
},
{
"name": "additionalFields",
"displayName": "Additional Fields",
"type": "collection",
"default": {},
"description": "Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>",
"placeholder": "Add Field",
"displayOptions": {
"show": {
"operation": [
"create"
],
"resource": [
"loadBalancer"
]
}
}
},
{
"name": "filters",
"displayName": "Filters",
"type": "collection",
"default": {},
"description": "The names of the load balancers. Multiples can be defined separated by comma.",
"placeholder": "Add Filter",
"options": [
{
"name": "names",
"displayName": "Names",
"type": "string",
"default": "",
"description": "The names of the load balancers. Multiples can be defined separated by comma."
}
],
"displayOptions": {
"show": {
"operation": [
"getMany"
],
"resource": [
"loadBalancer"
],
"returnAll": [
true
]
}
}
},
{
"name": "resource",
"displayName": "Resource",
"type": "options",
"default": "loadBalancer",
"options": [
{
"name": "Listener Certificate",
"value": "listenerCertificate"
},
{
"name": "Load Balancer",
"value": "loadBalancer"
}
]
}
],
"credentialsConfig": [
{
"name": "aws",
"required": true
},
{
"name": "resource",
"required": false
}
],
"io": {
"inputs": [],
"outputs": [],
"outputNames": [],
"hints": {}
},
"wiring": {
"role": "generic",
"requires": [],
"optional": [],
"consumedBy": [],
"consumes": [],
"produces": []
}
}