/AWS1/CL_M2=>UPDATEENVIRONMENT()
¶
About UpdateEnvironment¶
Updates the configuration details for a specific runtime environment.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_ENVIRONMENTID
TYPE /AWS1/M2_IDENTIFIER
/AWS1/M2_IDENTIFIER
¶
The unique identifier of the runtime environment that you want to update.
Optional arguments:¶
IV_DESIREDCAPACITY
TYPE /AWS1/M2_CAPACITYVALUE
/AWS1/M2_CAPACITYVALUE
¶
The desired capacity for the runtime environment to update. The minimum possible value is 0 and the maximum is 100.
IV_INSTANCETYPE
TYPE /AWS1/M2_STRING20
/AWS1/M2_STRING20
¶
The instance type for the runtime environment to update.
IV_ENGINEVERSION
TYPE /AWS1/M2_ENGINEVERSION
/AWS1/M2_ENGINEVERSION
¶
The version of the runtime engine for the runtime environment.
IV_PREFERREDMAINTENANCEWIN00
TYPE /AWS1/M2_STRING
/AWS1/M2_STRING
¶
Configures the maintenance window that you want for the runtime environment. The maintenance window must have the format
ddd:hh24:mi-ddd:hh24:mi
and must be less than 24 hours. The following two examples are valid maintenance windows:sun:23:45-mon:00:15
orsat:01:00-sat:03:00
.If you do not provide a value, a random system-generated value will be assigned.
IV_APPLYDURINGMAINTENANCEW00
TYPE /AWS1/M2_BOOLEAN
/AWS1/M2_BOOLEAN
¶
Indicates whether to update the runtime environment during the maintenance window. The default is false. Currently, Amazon Web Services Mainframe Modernization accepts the
engineVersion
parameter only ifapplyDuringMaintenanceWindow
is true. If any parameter other thanengineVersion
is provided inUpdateEnvironmentRequest
, it will fail ifapplyDuringMaintenanceWindow
is set to true.
IV_FORCEUPDATE
TYPE /AWS1/M2_BOOLEAN
/AWS1/M2_BOOLEAN
¶
Forces the updates on the environment. This option is needed if the applications in the environment are not stopped or if there are ongoing application-related activities in the environment.
If you use this option, be aware that it could lead to data corruption in the applications, and that you might need to perform repair and recovery procedures for the applications.
This option is not needed if the attribute being updated is
preferredMaintenanceWindow
.