Skip to content

Commit

Permalink
Adding 'encrypted', 'kmsKeyId', 'snapshotId' fields in AWS MI Specifi…
Browse files Browse the repository at this point in the history
…cation (#569)
  • Loading branch information
anuragsharma-123 authored Feb 9, 2024
1 parent 0499b0e commit 5bd948b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion api/services/managedInstance/aws/schemas/mi-compute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,13 +208,19 @@ properties:
deleteOnTermination:
type: boolean
example: true
encrypted:
type: boolean
example: true
volumeSize:
type: integer
example: 12
volumeType:
type: string
example: gp2

kmsKeyId:
type: string
snapshotId:
type: string



Expand Down

0 comments on commit 5bd948b

Please sign in to comment.