|
| 1 | +#change to plural for ALL SERVICE FIELDS |
| 2 | +type awsAccount @key(fields: "id") { |
| 3 | + id: String! @id @search(by: [hash]) |
| 4 | + alb: [awsAlb] #change to plural |
| 5 | + asg: [awsAsg] #change to plural |
| 6 | + cloudwatch: [awsCloudwatch] #change to plural |
| 7 | + cloudfront: [awsCloudfront] #change to plural |
| 8 | + codebuilds: [awsCodebuild] |
| 9 | + ebs: [awsEbs] |
| 10 | + eip: [awsEip] |
| 11 | + elb: [awsElb] |
| 12 | + igw: [awsIgw] |
| 13 | + kms: [awsKms] |
| 14 | + lambda: [awsLambda] |
| 15 | + natGateway: [awsNatGateway] |
| 16 | + networkInterface: [awsNetworkInterface] |
| 17 | + securityGroups: [awsSecurityGroup] |
| 18 | + vpc: [awsVpc] |
| 19 | + ec2Instance: [awsEc2] |
| 20 | + sqs: [awsSqs] |
| 21 | + routeTable: [awsRouteTable] |
| 22 | + s3: [awsS3] |
| 23 | + cognitoIdentityPool: [awsCognitoIdentityPool] |
| 24 | + cognitoUserPool: [awsCognitoUserPool] |
| 25 | + kinesisFirehose: [awsKinesisFirehose] |
| 26 | + appSync: [awsAppSync] |
| 27 | + cloudtrail: [awsCloudtrail] |
| 28 | + cloudFormationStack: [awsCloudFormationStack] |
| 29 | + cloudFormationStackSet: [awsCloudFormationStackSet] |
| 30 | + dynamodb: [awsDynamoDbTable] |
| 31 | + nacl: [awsNetworkAcl] |
| 32 | + ecr: [awsEcr] |
| 33 | + subnet: [awsSubnet] |
| 34 | + secretsManager: [awsSecretsManager] |
| 35 | + iamUsers: [awsIamUser] |
| 36 | + iamRoles: [awsIamRole] |
| 37 | + iamPolicies: [awsIamPolicy] |
| 38 | + rdsCluster: [awsRdsCluster] |
| 39 | + rdsDbInstance: [awsRdsDbInstance] |
| 40 | + elasticBeanstalkApp: [awsElasticBeanstalkApp] |
| 41 | + elasticBeanstalkEnv: [awsElasticBeanstalkEnv] |
| 42 | + sns: [awsSns] |
| 43 | + redshiftClusters: [awsRedshiftCluster] |
| 44 | + eksCluster: [awsEksCluster] |
| 45 | + ecsCluster: [awsEcsCluster] |
| 46 | + ecsContainer: [awsEcsContainer] |
| 47 | + ecsService: [awsEcsService] |
| 48 | + ecsTask: [awsEcsTask] |
| 49 | + apiGatewayRestApi: [awsApiGatewayRestApi] |
| 50 | + apiGatewayStage: [awsApiGatewayStage] |
| 51 | + elastiCacheCluster: [awsElastiCacheCluster] |
| 52 | + elastiCacheReplicationGroup: [awsElastiCacheReplicationGroup] |
| 53 | + cloud9Environment: [awsCloud9Environment] |
| 54 | + efs: [awsEfs] |
| 55 | + flowLogs: [awsFlowLog] |
| 56 | + emrCluster: [awsEmrCluster] |
| 57 | + customerGateway: [awsCustomerGateway] |
| 58 | + transitGateway: [awsTransitGateway] |
| 59 | + transitGatewayAttachment: [awsTransitGatewayAttachment] |
| 60 | + vpnGateway: [awsVpnGateway] |
| 61 | + clientVpnEndpoint: [awsClientVpnEndpoint] |
| 62 | + vpnConnection: [awsVpnConnection] |
| 63 | + managedAirflows: [awsManagedAirflow] |
| 64 | + guardDutyDetectors: [awsGuardDutyDetector] |
| 65 | + elasticSearchDomains: [awsElasticSearchDomain] |
| 66 | +} |
0 commit comments