UNPKG

@itentialopensource/adapter-aws_ec2

Version:

This adapter integrates with system described as: Aws_Ec2.

215 lines 5.89 kB
{ "$id": "schema.json", "type": "object", "schema": "http://json-schema.org/draft-07/schema#", "translate": true, "dynamicfields": true, "properties": { "ph_request_type": { "type": "string", "description": "type of request (internal to adapter)", "default": "describeNetworkAcls", "enum": [ "describeNetworkAcls", "createNetworkAcl", "createNetworkAclEntry", "replaceNetworkAclEntry", "replaceNetworkAclAssociation", "deleteNetworkAcl", "deleteNetworkAclEntry" ], "external_name": "ph_request_type" }, "networkAclId": { "description": "The ID of the network ACL.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "NetworkAclId" }, "cidrBlock": { "description": "The IPv4 network range to allow or deny, in CIDR notation (for example 172.16.0.024 ).", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "CidrBlock" }, "dryRun": { "description": "Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions...(description truncated)", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "DryRun" }, "egress": { "description": "Indicates whether to replace the egress rule. Default: If no value is specified, we replace the ingress rule.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "Egress" }, "icmpCode": { "description": "Describes the ICMP type and code.\nThe ICMP code. A value of -1 means all codes for the specified ICMP type.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "Icmp.Code" }, "icmpType": { "description": "Describes the ICMP type and code.\nThe ICMP type. A value of -1 means all types.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "Icmp.Type" }, "ipv6CidrBlock": { "description": "The IPv6 network range to allow or deny, in CIDR notation (for example 2001:bd8:1234:1a00::64 ).", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "Ipv6CidrBlock" }, "portRangeFrom": { "description": "Describes a range of ports.\nThe first port in the range.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "PortRange.From" }, "portRangeTo": { "description": "Describes a range of ports.\nThe last port in the range.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "PortRange.To" }, "protocol": { "description": "The protocol number. A value of #34;-1#34; means all protocols. If you specify #34;-1#34; or a protocol number other than #34;6#34; (TCP), #34;17#34; (UDP), or #34;1#34; (ICMP), traffic on all ports i...(description truncated)", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "Protocol" }, "ruleAction": { "description": "Indicates whether to allow or deny the traffic that matches the rule.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "RuleAction" }, "ruleNumber": { "description": "The rule number of the entry to replace.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "RuleNumber" }, "action": { "description": "", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "Action" }, "version": { "description": "", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "Version" }, "associationId": { "description": "The ID of the current association between the original network ACL and the subnet.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "AssociationId" }, "nextToken": { "description": "The token for the next page of results.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "NextToken" }, "maxResults": { "description": "The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "MaxResults" }, "vpcId": { "description": "The ID of the VPC.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "VpcId" }, "bodyFormData": { "description": "", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "body" } }, "definitions": {} }