File tree Expand file tree Collapse file tree
src/services/systemsManagerInstance Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,14 +50,15 @@ export default ({
5050 ComplianceType : complianceType ,
5151 ResourceType : complianceResourceType ,
5252 ResourceId : resourceId ,
53- Id : id ,
53+ Id : complianceItemId ,
5454 Title : title ,
5555 Status : status ,
5656 Severity : severity ,
5757 ExecutionSummary : executionSummary ,
5858 Details : details ,
5959 } ) => ( {
60- id,
60+ id : cuid ( ) ,
61+ complianceItemId,
6162 complianceType,
6263 resourceType : complianceResourceType ,
6364 resourceId,
Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ type ssmAssociationOverviewAggregatedCount {
3838
3939type systemsManagerInstanceComplianceItem {
4040 id : String ! @id @search (by : [hash ])
41+ complianceItemId : String @search (by : [hash , regexp ])
4142 complianceType : String @search (by : [hash , regexp ])
4243 resourceType : String @search (by : [hash , regexp ])
4344 resourceId : String @search (by : [hash , regexp ])
You can’t perform that action at this time.
0 commit comments