@itentialopensource/adapter-aws_ec2
Version:
This adapter integrates with system described as: Aws_Ec2.
113 lines • 2.35 kB
JSON
{
"NetworkAcl": {
"Associations": [
{
"NetworkAclAssociationId": "string",
"NetworkAclId": "string",
"SubnetId": "string"
},
{
"NetworkAclAssociationId": "string",
"NetworkAclId": "string",
"SubnetId": "string"
},
{
"NetworkAclAssociationId": "string",
"NetworkAclId": "string",
"SubnetId": "string"
}
],
"Entries": [
{
"CidrBlock": "string",
"Egress": false,
"IcmpTypeCode": {
"Code": 9,
"Type": 3
},
"Ipv6CidrBlock": "string",
"PortRange": {
"From": 6,
"To": 4
},
"Protocol": "string",
"RuleAction": "deny",
"RuleNumber": 7
},
{
"CidrBlock": "string",
"Egress": true,
"IcmpTypeCode": {
"Code": 1,
"Type": 9
},
"Ipv6CidrBlock": "string",
"PortRange": {
"From": 3,
"To": 2
},
"Protocol": "string",
"RuleAction": "deny",
"RuleNumber": 5
},
{
"CidrBlock": "string",
"Egress": false,
"IcmpTypeCode": {
"Code": 6,
"Type": 1
},
"Ipv6CidrBlock": "string",
"PortRange": {
"From": 10,
"To": 5
},
"Protocol": "string",
"RuleAction": "deny",
"RuleNumber": 2
},
{
"CidrBlock": "string",
"Egress": false,
"IcmpTypeCode": {
"Code": 9,
"Type": 9
},
"Ipv6CidrBlock": "string",
"PortRange": {
"From": 6,
"To": 5
},
"Protocol": "string",
"RuleAction": "allow",
"RuleNumber": 1
},
{
"CidrBlock": "string",
"Egress": true,
"IcmpTypeCode": {
"Code": 5,
"Type": 9
},
"Ipv6CidrBlock": "string",
"PortRange": {
"From": 4,
"To": 2
},
"Protocol": "string",
"RuleAction": "deny",
"RuleNumber": 2
}
],
"IsDefault": true,
"NetworkAclId": "string",
"Tags": [
{
"Key": "string",
"Value": "string"
}
],
"VpcId": "string",
"OwnerId": "string"
}
}