次の方法で共有


WhatIfPropertyChange interface

リソース プロパティに対する予測された変更。

プロパティ

after

デプロイの実行後のプロパティの値。

before

配置が実行される前のプロパティの値。

children

入れ子になったプロパティの変更。

path

プロパティのパス。

propertyChangeType

プロパティの変更の種類。

プロパティの詳細

after

デプロイの実行後のプロパティの値。

after?: Record<string, unknown>

プロパティ値

Record<string, unknown>

before

配置が実行される前のプロパティの値。

before?: Record<string, unknown>

プロパティ値

Record<string, unknown>

children

入れ子になったプロパティの変更。

children?: WhatIfPropertyChange[]

プロパティ値

path

プロパティのパス。

path: string

プロパティ値

string

propertyChangeType

プロパティの変更の種類。

propertyChangeType: PropertyChangeType

プロパティ値