Skip to content

Commit 9521834

Browse files
author
cibot
committed
Definitions Update deployments
1 parent ac77400 commit 9521834

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

alsdkdefs/apis/deployments/deployments.v1.yaml

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,13 @@ components:
175175
$ref: '#/components/schemas/DeploymentCredentialInfo'
176176
version:
177177
type: number
178+
is_control_tower:
179+
type: boolean
180+
default: false
181+
example: false
182+
description: Control Tower field to set is enabled or not. Default is false if not specified.
183+
control_tower:
184+
$ref: '#/components/schemas/ControlTowerInfo'
178185
AWSMonitorInfo:
179186
title: MonitorInfo
180187
type: object
@@ -288,6 +295,25 @@ components:
288295
key:
289296
type: string
290297
description: Asset Key
298+
ControlTowerInfo:
299+
title: Control Tower Info
300+
type: object
301+
properties:
302+
org:
303+
type: object
304+
properties:
305+
org_id:
306+
type: string
307+
example: "orgid-example"
308+
residency:
309+
type: string
310+
example: "region example us-east-2"
311+
master_account:
312+
type: string
313+
example: "123456781234"
314+
is_master_account:
315+
type: boolean
316+
description: Information about the Control Tower
291317
AzureDeploymentPlatformInfo:
292318
title: AzureDeploymentPlatformInfo
293319
type: object
@@ -412,10 +438,17 @@ components:
412438
format: uuid
413439
version:
414440
type: number
441+
is_control_tower:
442+
type: boolean
443+
default: false
444+
example: false
445+
description: Control Tower field to set is enabled or not. Default is false if not specified.
446+
control_tower:
447+
$ref: '#/components/schemas/ControlTowerInfo'
415448
description: Deployment Object
416449
securitySchemes:
417450
X-AIMS-Auth-Token:
418451
name: X-AIMS-Auth-Token
419452
type: apiKey
420453
in: header
421-
description: AIMS Authentication Token
454+
description: AIMS Authentication Token

0 commit comments

Comments
 (0)