python-botocore/tests/unit/response_parsing/xml/responses/ec2-create-network-acl.json
2015-11-24 20:34:53 +09:00

28 lines
741 B
JSON

{
"NetworkAcl": {
"Associations": [],
"NetworkAclId": "acl-5fb85d36",
"VpcId": "vpc-11ad4878",
"Tags": [],
"Entries": [
{
"CidrBlock": "0.0.0.0/0",
"RuleNumber": 32767,
"Protocol": "all",
"Egress": true,
"RuleAction": "deny"
},
{
"CidrBlock": "0.0.0.0/0",
"RuleNumber": 32767,
"Protocol": "all",
"Egress": false,
"RuleAction": "deny"
}
],
"IsDefault": false
},
"ResponseMetadata": {
"RequestId": "59dbff89-35bd-4eac-99ed-be587EXAMPLE"
}
}