UNPKG
particles-ec2
Version:
beta (0.3.0-beta.1)
latest (0.3.1)
rc (0.4.0)
0.4.0
0.4.0-rc3
0.4.0-rc2
0.4.0-rc1
0.3.1
0.3.0
0.3.0-beta.1
0.2.11
0.2.10
0.2.9
0.2.8
0.2.7
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
Condensation particles for AWS EC2
github.com/sungardas/particles-ec2
sungardas/particles-ec2
particles-ec2
/
test
/
fixtures
/
resource_load_balancer_output_1.json
16 lines
(14 loc)
•
256 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"LoadBalancer"
:
{
"Properties"
:
{
"Listeners"
:
[
{
"InstancePort"
:
"80"
,
"LoadBalancerPort"
:
"80"
,
"Protocol"
:
"HTTP"
}
]
}
,
"Type"
:
"AWS::ElasticLoadBalancing::LoadBalancer"
}
}