summaryrefslogtreecommitdiff
path: root/test/units/modules/cloud/amazon/placebo_recordings/ec2_vpc_vpn/create_connection_that_exists/ec2.DescribeVpnConnections_20.json
blob: 0f39c5aa638ce250f142885e72989e04ba9c91a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
    "data": {
        "VpnConnections": [
            {
                "CustomerGatewayId": "cgw-6113c87f",
                "VpnConnectionId": "vpn-9306e286",
                "Category": "VPN",
                "Routes": [],
                "Options": {
                    "StaticRoutesOnly": true
                },
                "Type": "ipsec.1",
                "VpnGatewayId": "vgw-35d70c2b",
                "State": "deleted"
            }
        ],
        "ResponseMetadata": {
            "HTTPStatusCode": 200,
            "RequestId": "204f247b-ad5a-4917-bc3e-a793bf09bd48",
            "HTTPHeaders": {
                "content-length": "705",
                "server": "AmazonEC2",
                "content-type": "text/xml;charset=UTF-8",
                "date": "Mon, 16 Apr 2018 12:59:25 GMT"
            },
            "RetryAttempts": 0
        }
    },
    "status_code": 200
}