Cloudwatch: Fix nested recursive type (#66950)

* Cloudwatch: Fix nested recursive type

* Cloudwatch: Update exports
This commit is contained in:
Alex Khomenko
2023-04-20 19:39:02 +03:00
committed by GitHub
parent ce0f1803c0
commit 2e55f26e53
6 changed files with 57 additions and 22 deletions
@@ -41,6 +41,7 @@ func (j *pgoJenny) Generate(decl *pfs.PluginDecl) (*codejen.File, error) {
Group: decl.SchemaInterface.IsGroup(),
Config: &copenapi.Config{
ExpandReferences: true,
MaxCycleDepth: 10,
},
},
PackageName: slotname,