Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WhatIfChange

Package version

Information about a single resource change predicted by What-If operation.

Hierarchy

  • WhatIfChange

Index

Properties

Optional after

after: any

The predicted snapshot of the resource after the deployment is executed.

Optional before

before: any

The snapshot of the resource before the deployment is executed.

changeType

changeType: ChangeType

Type of change that will be made to the resource when the deployment is executed. Possible values include: 'Create', 'Delete', 'Ignore', 'Deploy', 'NoChange', 'Modify'

Optional delta

The predicted changes to resource properties.

resourceId

resourceId: string

Resource ID

Generated using TypeDoc