File tree Expand file tree Collapse file tree 1 file changed +128
-0
lines changed
schema/organizations.services.k8s.aws Expand file tree Collapse file tree 1 file changed +128
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "properties" : {
3+ "apiVersion" : {
4+ "type" : " string"
5+ },
6+ "kind" : {
7+ "type" : " string"
8+ },
9+ "metadata" : {
10+ "type" : " object"
11+ },
12+ "spec" : {
13+ "additionalProperties" : false ,
14+ "properties" : {
15+ "email" : {
16+ "type" : " string"
17+ },
18+ "iamUserAccessToBilling" : {
19+ "type" : " string"
20+ },
21+ "name" : {
22+ "type" : " string"
23+ },
24+ "roleName" : {
25+ "type" : " string"
26+ },
27+ "tags" : {
28+ "items" : {
29+ "additionalProperties" : false ,
30+ "properties" : {
31+ "key" : {
32+ "type" : " string"
33+ },
34+ "value" : {
35+ "type" : " string"
36+ }
37+ },
38+ "type" : " object"
39+ },
40+ "type" : " array"
41+ }
42+ },
43+ "required" : [
44+ " email" ,
45+ " name"
46+ ],
47+ "type" : " object"
48+ },
49+ "status" : {
50+ "additionalProperties" : false ,
51+ "properties" : {
52+ "accountID" : {
53+ "type" : " string"
54+ },
55+ "ackResourceMetadata" : {
56+ "additionalProperties" : false ,
57+ "properties" : {
58+ "arn" : {
59+ "type" : " string"
60+ },
61+ "ownerAccountID" : {
62+ "type" : " string"
63+ },
64+ "region" : {
65+ "type" : " string"
66+ }
67+ },
68+ "required" : [
69+ " ownerAccountID" ,
70+ " region"
71+ ],
72+ "type" : " object"
73+ },
74+ "completedTimestamp" : {
75+ "format" : " date-time" ,
76+ "type" : " string"
77+ },
78+ "conditions" : {
79+ "items" : {
80+ "additionalProperties" : false ,
81+ "properties" : {
82+ "lastTransitionTime" : {
83+ "format" : " date-time" ,
84+ "type" : " string"
85+ },
86+ "message" : {
87+ "type" : " string"
88+ },
89+ "reason" : {
90+ "type" : " string"
91+ },
92+ "status" : {
93+ "type" : " string"
94+ },
95+ "type" : {
96+ "type" : " string"
97+ }
98+ },
99+ "required" : [
100+ " status" ,
101+ " type"
102+ ],
103+ "type" : " object"
104+ },
105+ "type" : " array"
106+ },
107+ "createAccountRequestID" : {
108+ "type" : " string"
109+ },
110+ "failureReason" : {
111+ "type" : " string"
112+ },
113+ "govCloudAccountID" : {
114+ "type" : " string"
115+ },
116+ "requestedTimestamp" : {
117+ "format" : " date-time" ,
118+ "type" : " string"
119+ },
120+ "state" : {
121+ "type" : " string"
122+ }
123+ },
124+ "type" : " object"
125+ }
126+ },
127+ "type" : " object"
128+ }
You can’t perform that action at this time.
0 commit comments