OBJECT
AWS security group information.
type CloudAccountSub {# Security group name.name: String! # ID of the security group.securityGroupId: String! # Description of the security group.description: String! # ID of the security group's owner.ownerId: String! # ID of the virtual private cloud (VPC).vpcId: String! }