WhatIfPropertyChange interface
リソース プロパティに対する予測された変更。
プロパティ
after | デプロイの実行後の プロパティの値。 |
before | デプロイが実行される前の プロパティの値。 |
children | 入れ子になったプロパティの変更。 |
path | プロパティのパスです。 |
property |
プロパティの変更の種類。 |
プロパティの詳細
after
デプロイの実行後の プロパティの値。
after?: Record<string, unknown>
プロパティ値
Record<string, unknown>
before
デプロイが実行される前の プロパティの値。
before?: Record<string, unknown>
プロパティ値
Record<string, unknown>
children
path
プロパティのパスです。
path: string
プロパティ値
string