/AWS1/IF_NEP=>MODIFYDBINSTANCE()¶
About ModifyDBInstance¶
Modifies settings for a DB instance. You can change one or more database configuration parameters by specifying these parameters and the new values in the request. To learn what modifications you can make to your DB instance, call DescribeValidDBInstanceModifications before you call ModifyDBInstance.
Method Signature¶
METHODS /AWS1/IF_NEP~MODIFYDBINSTANCE
IMPORTING
!IV_DBINSTANCEIDENTIFIER TYPE /AWS1/NEPSTRING OPTIONAL
!IV_ALLOCATEDSTORAGE TYPE /AWS1/NEPINTEGEROPTIONAL OPTIONAL
!IV_DBINSTANCECLASS TYPE /AWS1/NEPSTRING OPTIONAL
!IV_DBSUBNETGROUPNAME TYPE /AWS1/NEPSTRING OPTIONAL
!IT_DBSECURITYGROUPS TYPE /AWS1/CL_NEPDBSECGRPNAMELIST_W=>TT_DBSECURITYGROUPNAMELIST OPTIONAL
!IT_VPCSECURITYGROUPIDS TYPE /AWS1/CL_NEPVPCSECGRPIDLIST_W=>TT_VPCSECURITYGROUPIDLIST OPTIONAL
!IV_APPLYIMMEDIATELY TYPE /AWS1/NEPBOOLEAN OPTIONAL
!IV_MASTERUSERPASSWORD TYPE /AWS1/NEPSTRING OPTIONAL
!IV_DBPARAMETERGROUPNAME TYPE /AWS1/NEPSTRING OPTIONAL
!IV_BACKUPRETENTIONPERIOD TYPE /AWS1/NEPINTEGEROPTIONAL OPTIONAL
!IV_PREFERREDBACKUPWINDOW TYPE /AWS1/NEPSTRING OPTIONAL
!IV_PREFERREDMAINTENANCEWIN00 TYPE /AWS1/NEPSTRING OPTIONAL
!IV_MULTIAZ TYPE /AWS1/NEPBOOLEANOPTIONAL OPTIONAL
!IV_ENGINEVERSION TYPE /AWS1/NEPSTRING OPTIONAL
!IV_ALLOWMAJORVERSIONUPGRADE TYPE /AWS1/NEPBOOLEAN OPTIONAL
!IV_AUTOMINORVERSIONUPGRADE TYPE /AWS1/NEPBOOLEANOPTIONAL OPTIONAL
!IV_LICENSEMODEL TYPE /AWS1/NEPSTRING OPTIONAL
!IV_IOPS TYPE /AWS1/NEPINTEGEROPTIONAL OPTIONAL
!IV_OPTIONGROUPNAME TYPE /AWS1/NEPSTRING OPTIONAL
!IV_NEWDBINSTANCEIDENTIFIER TYPE /AWS1/NEPSTRING OPTIONAL
!IV_STORAGETYPE TYPE /AWS1/NEPSTRING OPTIONAL
!IV_TDECREDENTIALARN TYPE /AWS1/NEPSTRING OPTIONAL
!IV_TDECREDENTIALPASSWORD TYPE /AWS1/NEPSENSITIVESTRING OPTIONAL
!IV_CACERTIFICATEIDENTIFIER TYPE /AWS1/NEPSTRING OPTIONAL
!IV_DOMAIN TYPE /AWS1/NEPSTRING OPTIONAL
!IV_COPYTAGSTOSNAPSHOT TYPE /AWS1/NEPBOOLEANOPTIONAL OPTIONAL
!IV_MONITORINGINTERVAL TYPE /AWS1/NEPINTEGEROPTIONAL OPTIONAL
!IV_DBPORTNUMBER TYPE /AWS1/NEPINTEGEROPTIONAL OPTIONAL
!IV_PUBLICLYACCESSIBLE TYPE /AWS1/NEPBOOLEANOPTIONAL OPTIONAL
!IV_MONITORINGROLEARN TYPE /AWS1/NEPSTRING OPTIONAL
!IV_DOMAINIAMROLENAME TYPE /AWS1/NEPSTRING OPTIONAL
!IV_PROMOTIONTIER TYPE /AWS1/NEPINTEGEROPTIONAL OPTIONAL
!IV_ENBIAMDATABASEAUTHNTCTN TYPE /AWS1/NEPBOOLEANOPTIONAL OPTIONAL
!IV_ENABLEPERFORMANCEINSIGHTS TYPE /AWS1/NEPBOOLEANOPTIONAL OPTIONAL
!IV_PERFORMANCEINSIGHTSKMSK00 TYPE /AWS1/NEPSTRING OPTIONAL
!IO_CLOUDWATCHLOGSEXPORTCONF TYPE REF TO /AWS1/CL_NEPCLOUDWATCHLOGSEX00 OPTIONAL
!IV_DELETIONPROTECTION TYPE /AWS1/NEPBOOLEANOPTIONAL OPTIONAL
RETURNING
VALUE(OO_OUTPUT) TYPE REF TO /aws1/cl_nepmodifydbinstresult
RAISING
/AWS1/CX_NEPAUTHNOTFOUNDFAULT
/AWS1/CX_NEPCERTNOTFOUNDFAULT
/AWS1/CX_NEPDBINSTALRDYEXFAULT
/AWS1/CX_NEPDBINSTNOTFNDFAULT
/AWS1/CX_NEPDBPRMGRNOTFNDFAULT
/AWS1/CX_NEPDBSECGRNOTFNDFAULT
/AWS1/CX_NEPDBUPGRADEDEPENDE00
/AWS1/CX_NEPDOMNOTFOUNDFAULT
/AWS1/CX_NEPINSUFFICIENTDBIN00
/AWS1/CX_NEPINVDBINSTSTATEFA00
/AWS1/CX_NEPINVDBSECGRSTATEF00
/AWS1/CX_NEPINVVPCNETWORKSTA00
/AWS1/CX_NEPOPTIONGRNOTFNDFA00
/AWS1/CX_NEPPROVIOPSNOTAVAIL00
/AWS1/CX_NEPSTRGQUOTAEXCDFAULT
/AWS1/CX_NEPSTRGTYPENOTSUPPE00
/AWS1/CX_NEPCLIENTEXC
/AWS1/CX_NEPSERVEREXC
/AWS1/CX_RT_TECHNICAL_GENERIC
/AWS1/CX_RT_SERVICE_GENERIC.
IMPORTING¶
Required arguments:¶
iv_dbinstanceidentifier TYPE /AWS1/NEPSTRING /AWS1/NEPSTRING¶
The DB instance identifier. This value is stored as a lowercase string.
Constraints:
Must match the identifier of an existing DBInstance.
Optional arguments:¶
iv_allocatedstorage TYPE /AWS1/NEPINTEGEROPTIONAL /AWS1/NEPINTEGEROPTIONAL¶
Not supported by Neptune.
iv_dbinstanceclass TYPE /AWS1/NEPSTRING /AWS1/NEPSTRING¶
The new compute and memory capacity of the DB instance, for example,
db.m4.large. Not all DB instance classes are available in all Amazon Regions.If you modify the DB instance class, an outage occurs during the change. The change is applied during the next maintenance window, unless
ApplyImmediatelyis specified astruefor this request.Default: Uses existing setting
iv_dbsubnetgroupname TYPE /AWS1/NEPSTRING /AWS1/NEPSTRING¶
The new DB subnet group for the DB instance. You can use this parameter to move your DB instance to a different VPC.
Changing the subnet group causes an outage during the change. The change is applied during the next maintenance window, unless you specify
truefor theApplyImmediatelyparameter.Constraints: If supplied, must match the name of an existing DBSubnetGroup.
Example:
mySubnetGroup
it_dbsecuritygroups TYPE /AWS1/CL_NEPDBSECGRPNAMELIST_W=>TT_DBSECURITYGROUPNAMELIST TT_DBSECURITYGROUPNAMELIST¶
A list of DB security groups to authorize on this DB instance. Changing this setting doesn't result in an outage and the change is asynchronously applied as soon as possible.
Constraints:
If supplied, must match existing DBSecurityGroups.
it_vpcsecuritygroupids TYPE /AWS1/CL_NEPVPCSECGRPIDLIST_W=>TT_VPCSECURITYGROUPIDLIST TT_VPCSECURITYGROUPIDLIST¶
A list of EC2 VPC security groups to authorize on this DB instance. This change is asynchronously applied as soon as possible.
Not applicable. The associated list of EC2 VPC security groups is managed by the DB cluster. For more information, see ModifyDBCluster.
Constraints:
If supplied, must match existing VpcSecurityGroupIds.
iv_applyimmediately TYPE /AWS1/NEPBOOLEAN /AWS1/NEPBOOLEAN¶
Specifies whether the modifications in this request and any pending modifications are asynchronously applied as soon as possible, regardless of the
PreferredMaintenanceWindowsetting for the DB instance.If this parameter is set to
false, changes to the DB instance are applied during the next maintenance window. Some parameter changes can cause an outage and are applied on the next call to RebootDBInstance, or the next failure reboot.Default:
false
iv_masteruserpassword TYPE /AWS1/NEPSTRING /AWS1/NEPSTRING¶
Not supported by Neptune.
iv_dbparametergroupname TYPE /AWS1/NEPSTRING /AWS1/NEPSTRING¶
The name of the DB parameter group to apply to the DB instance. Changing this setting doesn't result in an outage. The parameter group name itself is changed immediately, but the actual parameter changes are not applied until you reboot the instance without failover. The db instance will NOT be rebooted automatically and the parameter changes will NOT be applied during the next maintenance window.
Default: Uses existing setting
Constraints: The DB parameter group must be in the same DB parameter group family as this DB instance.
iv_backupretentionperiod TYPE /AWS1/NEPINTEGEROPTIONAL /AWS1/NEPINTEGEROPTIONAL¶
Not applicable. The retention period for automated backups is managed by the DB cluster. For more information, see ModifyDBCluster.
Default: Uses existing setting
iv_preferredbackupwindow TYPE /AWS1/NEPSTRING /AWS1/NEPSTRING¶
The daily time range during which automated backups are created if automated backups are enabled.
Not applicable. The daily time range for creating automated backups is managed by the DB cluster. For more information, see ModifyDBCluster.
Constraints:
Must be in the format hh24:mi-hh24:mi
Must be in Universal Time Coordinated (UTC)
Must not conflict with the preferred maintenance window
Must be at least 30 minutes
iv_preferredmaintenancewin00 TYPE /AWS1/NEPSTRING /AWS1/NEPSTRING¶
The weekly time range (in UTC) during which system maintenance can occur, which might result in an outage. Changing this parameter doesn't result in an outage, except in the following situation, and the change is asynchronously applied as soon as possible. If there are pending actions that cause a reboot, and the maintenance window is changed to include the current time, then changing this parameter will cause a reboot of the DB instance. If moving this window to the current time, there must be at least 30 minutes between the current time and end of the window to ensure pending changes are applied.
Default: Uses existing setting
Format: ddd:hh24:mi-ddd:hh24:mi
Valid Days: Mon | Tue | Wed | Thu | Fri | Sat | Sun
Constraints: Must be at least 30 minutes
iv_multiaz TYPE /AWS1/NEPBOOLEANOPTIONAL /AWS1/NEPBOOLEANOPTIONAL¶
Specifies if the DB instance is a Multi-AZ deployment. Changing this parameter doesn't result in an outage and the change is applied during the next maintenance window unless the
ApplyImmediatelyparameter is set totruefor this request.
iv_engineversion TYPE /AWS1/NEPSTRING /AWS1/NEPSTRING¶
The version number of the database engine to upgrade to. Currently, setting this parameter has no effect. To upgrade your database engine to the most recent release, use the ApplyPendingMaintenanceAction API.
iv_allowmajorversionupgrade TYPE /AWS1/NEPBOOLEAN /AWS1/NEPBOOLEAN¶
Indicates that major version upgrades are allowed. Changing this parameter doesn't result in an outage and the change is asynchronously applied as soon as possible.
iv_autominorversionupgrade TYPE /AWS1/NEPBOOLEANOPTIONAL /AWS1/NEPBOOLEANOPTIONAL¶
Indicates that minor version upgrades are applied automatically to the DB instance during the maintenance window. Changing this parameter doesn't result in an outage except in the following case and the change is asynchronously applied as soon as possible. An outage will result if this parameter is set to
trueduring the maintenance window, and a newer minor version is available, and Neptune has enabled auto patching for that engine version.
iv_licensemodel TYPE /AWS1/NEPSTRING /AWS1/NEPSTRING¶
Not supported by Neptune.
iv_iops TYPE /AWS1/NEPINTEGEROPTIONAL /AWS1/NEPINTEGEROPTIONAL¶
The new Provisioned IOPS (I/O operations per second) value for the instance.
Changing this setting doesn't result in an outage and the change is applied during the next maintenance window unless the
ApplyImmediatelyparameter is set totruefor this request.Default: Uses existing setting
iv_optiongroupname TYPE /AWS1/NEPSTRING /AWS1/NEPSTRING¶
(Not supported by Neptune)
iv_newdbinstanceidentifier TYPE /AWS1/NEPSTRING /AWS1/NEPSTRING¶
The new DB instance identifier for the DB instance when renaming a DB instance. When you change the DB instance identifier, an instance reboot will occur immediately if you set
Apply Immediatelyto true, or will occur during the next maintenance window ifApply Immediatelyto false. This value is stored as a lowercase string.Constraints:
Must contain from 1 to 63 letters, numbers, or hyphens.
The first character must be a letter.
Cannot end with a hyphen or contain two consecutive hyphens.
Example:
mydbinstance
iv_storagetype TYPE /AWS1/NEPSTRING /AWS1/NEPSTRING¶
Not applicable. In Neptune the storage type is managed at the DB Cluster level.
iv_tdecredentialarn TYPE /AWS1/NEPSTRING /AWS1/NEPSTRING¶
The ARN from the key store with which to associate the instance for TDE encryption.
iv_tdecredentialpassword TYPE /AWS1/NEPSENSITIVESTRING /AWS1/NEPSENSITIVESTRING¶
The password for the given ARN from the key store in order to access the device.
iv_cacertificateidentifier TYPE /AWS1/NEPSTRING /AWS1/NEPSTRING¶
Indicates the certificate that needs to be associated with the instance.
iv_domain TYPE /AWS1/NEPSTRING /AWS1/NEPSTRING¶
Not supported.
iv_copytagstosnapshot TYPE /AWS1/NEPBOOLEANOPTIONAL /AWS1/NEPBOOLEANOPTIONAL¶
True to copy all tags from the DB instance to snapshots of the DB instance, and otherwise false. The default is false.
iv_monitoringinterval TYPE /AWS1/NEPINTEGEROPTIONAL /AWS1/NEPINTEGEROPTIONAL¶
The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 0.
If
MonitoringRoleArnis specified, then you must also setMonitoringIntervalto a value other than 0.Valid Values:
0, 1, 5, 10, 15, 30, 60
iv_dbportnumber TYPE /AWS1/NEPINTEGEROPTIONAL /AWS1/NEPINTEGEROPTIONAL¶
The port number on which the database accepts connections.
The value of the
DBPortNumberparameter must not match any of the port values specified for options in the option group for the DB instance.Your database will restart when you change the
DBPortNumbervalue regardless of the value of theApplyImmediatelyparameter.Default:
8182
iv_publiclyaccessible TYPE /AWS1/NEPBOOLEANOPTIONAL /AWS1/NEPBOOLEANOPTIONAL¶
Indicates whether the DB instance is publicly accessible.
When the DB instance is publicly accessible and you connect from outside of the DB instance's virtual private cloud (VPC), its Domain Name System (DNS) endpoint resolves to the public IP address. When you connect from within the same VPC as the DB instance, the endpoint resolves to the private IP address. Access to the DB instance is ultimately controlled by the security group it uses. That public access isn't permitted if the security group assigned to the DB cluster doesn't permit it.
When the DB instance isn't publicly accessible, it is an internal DB instance with a DNS name that resolves to a private IP address.
iv_monitoringrolearn TYPE /AWS1/NEPSTRING /AWS1/NEPSTRING¶
The ARN for the IAM role that permits Neptune to send enhanced monitoring metrics to Amazon CloudWatch Logs. For example,
arn:aws:iam:123456789012:role/emaccess.If
MonitoringIntervalis set to a value other than 0, then you must supply aMonitoringRoleArnvalue.
iv_domainiamrolename TYPE /AWS1/NEPSTRING /AWS1/NEPSTRING¶
Not supported
iv_promotiontier TYPE /AWS1/NEPINTEGEROPTIONAL /AWS1/NEPINTEGEROPTIONAL¶
A value that specifies the order in which a Read Replica is promoted to the primary instance after a failure of the existing primary instance.
Default: 1
Valid Values: 0 - 15
iv_enbiamdatabaseauthntctn TYPE /AWS1/NEPBOOLEANOPTIONAL /AWS1/NEPBOOLEANOPTIONAL¶
True to enable mapping of Amazon Identity and Access Management (IAM) accounts to database accounts, and otherwise false.
You can enable IAM database authentication for the following database engines
Not applicable. Mapping Amazon IAM accounts to database accounts is managed by the DB cluster. For more information, see ModifyDBCluster.
Default:
false
iv_enableperformanceinsights TYPE /AWS1/NEPBOOLEANOPTIONAL /AWS1/NEPBOOLEANOPTIONAL¶
(Not supported by Neptune)
iv_performanceinsightskmsk00 TYPE /AWS1/NEPSTRING /AWS1/NEPSTRING¶
(Not supported by Neptune)
io_cloudwatchlogsexportconf TYPE REF TO /AWS1/CL_NEPCLOUDWATCHLOGSEX00 /AWS1/CL_NEPCLOUDWATCHLOGSEX00¶
The configuration setting for the log types to be enabled for export to CloudWatch Logs for a specific DB instance or DB cluster.
iv_deletionprotection TYPE /AWS1/NEPBOOLEANOPTIONAL /AWS1/NEPBOOLEANOPTIONAL¶
A value that indicates whether the DB instance has deletion protection enabled. The database can't be deleted when deletion protection is enabled. By default, deletion protection is disabled. See Deleting a DB Instance.
RETURNING¶
oo_output TYPE REF TO /aws1/cl_nepmodifydbinstresult /AWS1/CL_NEPMODIFYDBINSTRESULT¶
Domain /AWS1/RT_ACCOUNT_ID Primitive Type NUMC
Examples¶
Syntax Example¶
This is an example of the syntax for calling the method. It includes every possible argument and initializes every possible value. The data provided is not necessarily semantically accurate (for example the value "string" may be provided for something that is intended to be an instance ID, or in some cases two arguments may be mutually exclusive). The syntax shows the ABAP syntax for creating the various data structures.
DATA(lo_result) = lo_client->modifydbinstance(
io_cloudwatchlogsexportconf = new /aws1/cl_nepcloudwatchlogsex00(
it_disablelogtypes = VALUE /aws1/cl_neplogtypelist_w=>tt_logtypelist(
( new /aws1/cl_neplogtypelist_w( |string| ) )
)
it_enablelogtypes = VALUE /aws1/cl_neplogtypelist_w=>tt_logtypelist(
( new /aws1/cl_neplogtypelist_w( |string| ) )
)
)
it_dbsecuritygroups = VALUE /aws1/cl_nepdbsecgrpnamelist_w=>tt_dbsecuritygroupnamelist(
( new /aws1/cl_nepdbsecgrpnamelist_w( |string| ) )
)
it_vpcsecuritygroupids = VALUE /aws1/cl_nepvpcsecgrpidlist_w=>tt_vpcsecuritygroupidlist(
( new /aws1/cl_nepvpcsecgrpidlist_w( |string| ) )
)
iv_allocatedstorage = 123
iv_allowmajorversionupgrade = ABAP_TRUE
iv_applyimmediately = ABAP_TRUE
iv_autominorversionupgrade = ABAP_TRUE
iv_backupretentionperiod = 123
iv_cacertificateidentifier = |string|
iv_copytagstosnapshot = ABAP_TRUE
iv_dbinstanceclass = |string|
iv_dbinstanceidentifier = |string|
iv_dbparametergroupname = |string|
iv_dbportnumber = 123
iv_dbsubnetgroupname = |string|
iv_deletionprotection = ABAP_TRUE
iv_domain = |string|
iv_domainiamrolename = |string|
iv_enableperformanceinsights = ABAP_TRUE
iv_enbiamdatabaseauthntctn = ABAP_TRUE
iv_engineversion = |string|
iv_iops = 123
iv_licensemodel = |string|
iv_masteruserpassword = |string|
iv_monitoringinterval = 123
iv_monitoringrolearn = |string|
iv_multiaz = ABAP_TRUE
iv_newdbinstanceidentifier = |string|
iv_optiongroupname = |string|
iv_performanceinsightskmsk00 = |string|
iv_preferredbackupwindow = |string|
iv_preferredmaintenancewin00 = |string|
iv_promotiontier = 123
iv_publiclyaccessible = ABAP_TRUE
iv_storagetype = |string|
iv_tdecredentialarn = |string|
iv_tdecredentialpassword = |string|
).
This is an example of reading all possible response values
lo_result = lo_result.
IF lo_result IS NOT INITIAL.
lo_dbinstance = lo_result->get_dbinstance( ).
IF lo_dbinstance IS NOT INITIAL.
lv_string = lo_dbinstance->get_dbinstanceidentifier( ).
lv_string = lo_dbinstance->get_dbinstanceclass( ).
lv_string = lo_dbinstance->get_engine( ).
lv_string = lo_dbinstance->get_dbinstancestatus( ).
lv_string = lo_dbinstance->get_masterusername( ).
lv_string = lo_dbinstance->get_dbname( ).
lo_endpoint = lo_dbinstance->get_endpoint( ).
IF lo_endpoint IS NOT INITIAL.
lv_string = lo_endpoint->get_address( ).
lv_integer = lo_endpoint->get_port( ).
lv_string = lo_endpoint->get_hostedzoneid( ).
ENDIF.
lv_integer = lo_dbinstance->get_allocatedstorage( ).
lv_tstamp = lo_dbinstance->get_instancecreatetime( ).
lv_string = lo_dbinstance->get_preferredbackupwindow( ).
lv_integer = lo_dbinstance->get_backupretentionperiod( ).
LOOP AT lo_dbinstance->get_dbsecuritygroups( ) into lo_row.
lo_row_1 = lo_row.
IF lo_row_1 IS NOT INITIAL.
lv_string = lo_row_1->get_dbsecuritygroupname( ).
lv_string = lo_row_1->get_status( ).
ENDIF.
ENDLOOP.
LOOP AT lo_dbinstance->get_vpcsecuritygroups( ) into lo_row_2.
lo_row_3 = lo_row_2.
IF lo_row_3 IS NOT INITIAL.
lv_string = lo_row_3->get_vpcsecuritygroupid( ).
lv_string = lo_row_3->get_status( ).
ENDIF.
ENDLOOP.
LOOP AT lo_dbinstance->get_dbparametergroups( ) into lo_row_4.
lo_row_5 = lo_row_4.
IF lo_row_5 IS NOT INITIAL.
lv_string = lo_row_5->get_dbparametergroupname( ).
lv_string = lo_row_5->get_parameterapplystatus( ).
ENDIF.
ENDLOOP.
lv_string = lo_dbinstance->get_availabilityzone( ).
lo_dbsubnetgroup = lo_dbinstance->get_dbsubnetgroup( ).
IF lo_dbsubnetgroup IS NOT INITIAL.
lv_string = lo_dbsubnetgroup->get_dbsubnetgroupname( ).
lv_string = lo_dbsubnetgroup->get_dbsubnetgroupdescription( ).
lv_string = lo_dbsubnetgroup->get_vpcid( ).
lv_string = lo_dbsubnetgroup->get_subnetgroupstatus( ).
LOOP AT lo_dbsubnetgroup->get_subnets( ) into lo_row_6.
lo_row_7 = lo_row_6.
IF lo_row_7 IS NOT INITIAL.
lv_string = lo_row_7->get_subnetidentifier( ).
lo_availabilityzone = lo_row_7->get_subnetavailabilityzone( ).
IF lo_availabilityzone IS NOT INITIAL.
lv_string = lo_availabilityzone->get_name( ).
ENDIF.
lv_string = lo_row_7->get_subnetstatus( ).
ENDIF.
ENDLOOP.
lv_string = lo_dbsubnetgroup->get_dbsubnetgrouparn( ).
ENDIF.
lv_string = lo_dbinstance->get_preferredmaintenancewi00( ).
lo_pendingmodifiedvalues = lo_dbinstance->get_pendingmodifiedvalues( ).
IF lo_pendingmodifiedvalues IS NOT INITIAL.
lv_string = lo_pendingmodifiedvalues->get_dbinstanceclass( ).
lv_integeroptional = lo_pendingmodifiedvalues->get_allocatedstorage( ).
lv_string = lo_pendingmodifiedvalues->get_masteruserpassword( ).
lv_integeroptional = lo_pendingmodifiedvalues->get_port( ).
lv_integeroptional = lo_pendingmodifiedvalues->get_backupretentionperiod( ).
lv_booleanoptional = lo_pendingmodifiedvalues->get_multiaz( ).
lv_string = lo_pendingmodifiedvalues->get_engineversion( ).
lv_string = lo_pendingmodifiedvalues->get_licensemodel( ).
lv_integeroptional = lo_pendingmodifiedvalues->get_iops( ).
lv_string = lo_pendingmodifiedvalues->get_dbinstanceidentifier( ).
lv_string = lo_pendingmodifiedvalues->get_storagetype( ).
lv_string = lo_pendingmodifiedvalues->get_cacertificateidentifier( ).
lv_string = lo_pendingmodifiedvalues->get_dbsubnetgroupname( ).
lo_pendingcloudwatchlogsex = lo_pendingmodifiedvalues->get_pendingcloudwatchlogsexp( ).
IF lo_pendingcloudwatchlogsex IS NOT INITIAL.
LOOP AT lo_pendingcloudwatchlogsex->get_logtypestoenable( ) into lo_row_8.
lo_row_9 = lo_row_8.
IF lo_row_9 IS NOT INITIAL.
lv_string = lo_row_9->get_value( ).
ENDIF.
ENDLOOP.
LOOP AT lo_pendingcloudwatchlogsex->get_logtypestodisable( ) into lo_row_8.
lo_row_9 = lo_row_8.
IF lo_row_9 IS NOT INITIAL.
lv_string = lo_row_9->get_value( ).
ENDIF.
ENDLOOP.
ENDIF.
ENDIF.
lv_tstamp = lo_dbinstance->get_latestrestorabletime( ).
lv_boolean = lo_dbinstance->get_multiaz( ).
lv_string = lo_dbinstance->get_engineversion( ).
lv_boolean = lo_dbinstance->get_autominorversionupgrade( ).
lv_string = lo_dbinstance->get_readrplsourcedbinstid( ).
LOOP AT lo_dbinstance->get_readreplicadbinstanceids( ) into lo_row_10.
lo_row_11 = lo_row_10.
IF lo_row_11 IS NOT INITIAL.
lv_string = lo_row_11->get_value( ).
ENDIF.
ENDLOOP.
LOOP AT lo_dbinstance->get_readreplicadbclusterids( ) into lo_row_12.
lo_row_13 = lo_row_12.
IF lo_row_13 IS NOT INITIAL.
lv_string = lo_row_13->get_value( ).
ENDIF.
ENDLOOP.
lv_string = lo_dbinstance->get_licensemodel( ).
lv_integeroptional = lo_dbinstance->get_iops( ).
LOOP AT lo_dbinstance->get_optiongroupmemberships( ) into lo_row_14.
lo_row_15 = lo_row_14.
IF lo_row_15 IS NOT INITIAL.
lv_string = lo_row_15->get_optiongroupname( ).
lv_string = lo_row_15->get_status( ).
ENDIF.
ENDLOOP.
lv_string = lo_dbinstance->get_charactersetname( ).
lv_string = lo_dbinstance->get_secondaryaz( ).
lv_boolean = lo_dbinstance->get_publiclyaccessible( ).
LOOP AT lo_dbinstance->get_statusinfos( ) into lo_row_16.
lo_row_17 = lo_row_16.
IF lo_row_17 IS NOT INITIAL.
lv_string = lo_row_17->get_statustype( ).
lv_boolean = lo_row_17->get_normal( ).
lv_string = lo_row_17->get_status( ).
lv_string = lo_row_17->get_message( ).
ENDIF.
ENDLOOP.
lv_string = lo_dbinstance->get_storagetype( ).
lv_string = lo_dbinstance->get_tdecredentialarn( ).
lv_integer = lo_dbinstance->get_dbinstanceport( ).
lv_string = lo_dbinstance->get_dbclusteridentifier( ).
lv_boolean = lo_dbinstance->get_storageencrypted( ).
lv_string = lo_dbinstance->get_kmskeyid( ).
lv_string = lo_dbinstance->get_dbiresourceid( ).
lv_string = lo_dbinstance->get_cacertificateidentifier( ).
LOOP AT lo_dbinstance->get_domainmemberships( ) into lo_row_18.
lo_row_19 = lo_row_18.
IF lo_row_19 IS NOT INITIAL.
lv_string = lo_row_19->get_domain( ).
lv_string = lo_row_19->get_status( ).
lv_string = lo_row_19->get_fqdn( ).
lv_string = lo_row_19->get_iamrolename( ).
ENDIF.
ENDLOOP.
lv_boolean = lo_dbinstance->get_copytagstosnapshot( ).
lv_integeroptional = lo_dbinstance->get_monitoringinterval( ).
lv_string = lo_dbinstance->get_enhancedmonresourcearn( ).
lv_string = lo_dbinstance->get_monitoringrolearn( ).
lv_integeroptional = lo_dbinstance->get_promotiontier( ).
lv_string = lo_dbinstance->get_dbinstancearn( ).
lv_string = lo_dbinstance->get_timezone( ).
lv_boolean = lo_dbinstance->get_iamdatabaseauthntctnenbd( ).
lv_booleanoptional = lo_dbinstance->get_performanceinsightsenbd( ).
lv_string = lo_dbinstance->get_performanceinsightskms00( ).
LOOP AT lo_dbinstance->get_enabledcloudwatchlogsexp( ) into lo_row_8.
lo_row_9 = lo_row_8.
IF lo_row_9 IS NOT INITIAL.
lv_string = lo_row_9->get_value( ).
ENDIF.
ENDLOOP.
lv_booleanoptional = lo_dbinstance->get_deletionprotection( ).
ENDIF.
ENDIF.