@itentialopensource/adapter-aws_ec2
Version:
This adapter integrates with system described as: Aws_Ec2.
63 lines • 1.78 kB
JSON
{
"DescribeNetworkAclsResponse": {
"_attr": {
"xmlns": "http://ec2.amazonaws.com/doc/2016-11-15/"
},
"requestId": "c4b60c0b-622e-4b7a-82be-495fcff2751f",
"networkAclSet": {
"item": {
"networkAclId": "acl-0640961b2d5dbfee6",
"vpcId": "vpc-07b0bbfa0573ab106",
"ownerId": "359954733328",
"default": "true",
"entrySet": {
"item": [
{
"ruleNumber": "100",
"protocol": "-1",
"ruleAction": "allow",
"egress": "true",
"cidrBlock": "0.0.0.0/0"
},
{
"ruleNumber": "32767",
"protocol": "-1",
"ruleAction": "deny",
"egress": "true",
"cidrBlock": "0.0.0.0/0"
},
{
"ruleNumber": "100",
"protocol": "-1",
"ruleAction": "allow",
"egress": "false",
"cidrBlock": "0.0.0.0/0"
},
{
"ruleNumber": "32767",
"protocol": "-1",
"ruleAction": "deny",
"egress": "false",
"cidrBlock": "0.0.0.0/0"
}
]
},
"associationSet": {
"item": [
{
"networkAclAssociationId": "aclassoc-0f6eee667942bde5a",
"networkAclId": "acl-0640961b2d5dbfee6",
"subnetId": "subnet-08ce8a7c338ce2a73"
},
{
"networkAclAssociationId": "aclassoc-095cc1ba33ddc3c30",
"networkAclId": "acl-0640961b2d5dbfee6",
"subnetId": "subnet-059804f5dc1fce065"
}
]
},
"tagSet": ""
}
}
}
}