Aws Oidc

Aws Oidc resource type schema.

json · 23 lines
1
{
2
  "$schema": "https://json-schema.org/draft/2020-12/schema",
3
  "properties": {
4
    "roleArn": {
5
      "type": "string",
6
      "description": "",
7
      "default": "",
8
      "nullable": false
9
    },
10
    "region": {
11
      "type": "string",
12
      "description": ""
13
    }
14
  },
15
  "required": [
16
    "roleArn"
17
  ],
18
  "type": "object",
19
  "order": [
20
    "roleArn",
21
    "region"
22
  ]
23
}
Orvanta Hub — community scripts, flows, apps & resource types.