File tree Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Expand file tree Collapse file tree 1 file changed +27
-1
lines changed Original file line number Diff line number Diff line change @@ -577,7 +577,33 @@ paths:
577577 output :
578578 type : array
579579 items :
580- type : string
580+ oneOf :
581+ - type : string
582+ description : >-
583+ Name of an output kinesis stream within the local AWS
584+ account.
585+ - type : object
586+ properties :
587+ credential_id :
588+ type : string
589+ role_arn :
590+ type : string
591+ stream_arn :
592+ type : string
593+ type :
594+ type : string
595+ enum :
596+ - aws_kinesis
597+ required :
598+ - credential_id
599+ - role_arn
600+ - stream_arn
601+ - type
602+ description : >-
603+ Properties of the output kinesis streams.
604+ Credential_id is a credentials service credential id
605+ containing one secret key: external_id (the role
606+ external id).
581607 format :
582608 type : string
583609 enum :
You can’t perform that action at this time.
0 commit comments