Skip to content

/AWS1/CL_SGMCLUSTAUTOPATCHCFG

The configuration for automatic patching of the instance group. When configured, the system automatically applies security patch AMI updates to the instance group.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_patchingstrategy TYPE /AWS1/SGMCLUSTERPATCHINGSTRAG /AWS1/SGMCLUSTERPATCHINGSTRAG

The strategy for applying patches to instances in the group.

Optional arguments:

io_patchschedule TYPE REF TO /AWS1/CL_SGMCLUSTERPATCHSCHD /AWS1/CL_SGMCLUSTERPATCHSCHD

The schedule for automatic patching, including the next patch date.

io_deploymentconfig TYPE REF TO /AWS1/CL_SGMDEPLOYMENTCONF /AWS1/CL_SGMDEPLOYMENTCONF

The deployment configuration for rolling patch updates, including rollback settings and batch sizes. Only applicable when using a rolling patching strategy.


Queryable Attributes

PatchingStrategy

The strategy for applying patches to instances in the group.

Accessible with the following methods

Method Description
GET_PATCHINGSTRATEGY() Getter for PATCHINGSTRATEGY, with configurable default
ASK_PATCHINGSTRATEGY() Getter for PATCHINGSTRATEGY w/ exceptions if field has no va
HAS_PATCHINGSTRATEGY() Determine if PATCHINGSTRATEGY has a value

PatchSchedule

The schedule for automatic patching, including the next patch date.

Accessible with the following methods

Method Description
GET_PATCHSCHEDULE() Getter for PATCHSCHEDULE

DeploymentConfig

The deployment configuration for rolling patch updates, including rollback settings and batch sizes. Only applicable when using a rolling patching strategy.

Accessible with the following methods

Method Description
GET_DEPLOYMENTCONFIG() Getter for DEPLOYMENTCONFIG