Action |
String |
The operation that you want to perform. Valid values:
Add : creates resources.
Modify : modifies resources.
Remove : releases resources.
|
Details |
Array |
The detailed changes that are made to resources. This parameter is displayed only
when the Action parameter is set to Modify .
|
LogicalResourceId |
String |
The logical ID of the resource as defined in the template. |
PhysicalResourceId |
String |
The physical ID of the resource. When the Action parameter is set to Add , no physical ID is available because the resource has not been created.
|
Replacement |
String |
Specifies whether ROS replaces resources by creating new resources and deleting the
original ones when the Action parameter is set to Modify .
Valid values:
True : ROS replaces resources by creating new resources and deleting the original ones.
False : ROS does not replace resources by creating new resources and deleting the original
ones.
Conditional : ROS may replace resources by creating new resources and deleting the original ones.
The value of this parameter depends on the RequiresRecreation value in the ResourceTargetDefinition structure.
- If the
RequiresRecreation parameter is set to Always and the Evaluation parameter is set to Static , the value of the Replacement parameter is True .
- If the
RequiresRecreation parameter is set to Always and the Evaluation parameter is set to Dynamic , the value of the Replacement parameter is Conditional .
- If there are multiple changes on a single resource and each change has a different
value for the
RequiresRecreation parameter, the value of the Replacement parameter depends on the change operation that has the greatest impact. The impact
of change operations is in the following descending order: Always , Conditional , Never .
|
ResourceType |
String |
The type of the ROS resource. |
Scope |
String array |
The parameter that triggers updates when the Action parameter is set to Modify . Valid values:
Properties : The Properties parameter of the resource is updated
Metadata : The Metadata parameter of the resource is updated.
DeletionPolicy : The DeletionPolicy parameter of the resource is updated.
|