type awsSecurityHub implements awsBaseService @key(fields: "arn") {
  subscribedAt: String @search(by: [hash, regexp])
  autoEnableControls: Boolean @search 
}
