1---
2call: AuthorizeClusterSecurityGroupIngress
3service: RedShift
4tests:
5  - expected: securitygroup1
6    op: eq
7    path: ClusterSecurityGroup.ClusterSecurityGroupName
8  - expected: my security group
9    op: eq
10    path: ClusterSecurityGroup.Description
11  - expected: 192.168.40.3/32
12    op: eq
13    path: ClusterSecurityGroup.IPRanges.0.CIDRIP
14  - expected: authorized
15    op: eq
16    path: ClusterSecurityGroup.IPRanges.0.Status
17