OBJECT

AwsSecurityGroup

Description

A Security group in AWS realm.

link GraphQL Schema definition

  • type AwsSecurityGroup {
  • # ID of the AWS security group.
  • id: String!
  • # Name of the AWS security group.
  • name: String!
  • }