Skip to content

Commit 35cde3d

Browse files
author
cibot
committed
Definitions Update aefr
1 parent 164de78 commit 35cde3d

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

alsdkdefs/apis/aefr/aefr.v1.yaml

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)