File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -480,6 +480,16 @@ class AwsProvider {
480
480
required : [ 'Fn::Sub' ] ,
481
481
additionalProperties : false ,
482
482
} ,
483
+ awsCfToJsonString : {
484
+ type : 'object' ,
485
+ properties : {
486
+ 'Fn::ToJsonString' : {
487
+ anyOf : [ { type : 'object' } , { type : 'array' } ] ,
488
+ } ,
489
+ } ,
490
+ required : [ 'Fn::ToJsonString' ] ,
491
+ additionalProperties : false ,
492
+ } ,
483
493
awsIamPolicyAction : { type : 'array' , items : { type : 'string' } } ,
484
494
awsIamPolicyPrincipal : {
485
495
anyOf : [
@@ -567,6 +577,7 @@ class AwsProvider {
567
577
{ $ref : '#/definitions/awsCfInstruction' } ,
568
578
{ $ref : '#/definitions/awsCfIf' } ,
569
579
{ $ref : '#/definitions/awsCfSelect' } ,
580
+ { $ref : '#/definitions/awsCfToJsonString' } ,
570
581
] ,
571
582
} ,
572
583
} ,
You can’t perform that action at this time.
0 commit comments