OBJECT

CloudAccountSub

Description

AWS security group information.

link GraphQL Schema definition

  • 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!
  • }