/AWS1/CL_EBN=>UPDATECONFIGURATIONTEMPLATE()
¶
About UpdateConfigurationTemplate¶
Updates the specified configuration template to have the specified properties or configuration option values.
If a property (for example, ApplicationName
) is not provided, its value
remains unchanged. To clear such properties, specify an empty string.
Related Topics
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_APPLICATIONNAME
TYPE /AWS1/EBNAPPLICATIONNAME
/AWS1/EBNAPPLICATIONNAME
¶
The name of the application associated with the configuration template to update.
If no application is found with this name,
UpdateConfigurationTemplate
returns anInvalidParameterValue
error.
IV_TEMPLATENAME
TYPE /AWS1/EBNCONFTEMPLATENAME
/AWS1/EBNCONFTEMPLATENAME
¶
The name of the configuration template to update.
If no configuration template is found with this name,
UpdateConfigurationTemplate
returns anInvalidParameterValue
error.
Optional arguments:¶
IV_DESCRIPTION
TYPE /AWS1/EBNDESCRIPTION
/AWS1/EBNDESCRIPTION
¶
A new description for the configuration.
IT_OPTIONSETTINGS
TYPE /AWS1/CL_EBNCONFOPTIONSETTING=>TT_CONFOPTIONSETTINGSLIST
TT_CONFOPTIONSETTINGSLIST
¶
A list of configuration option settings to update with the new specified option value.
IT_OPTIONSTOREMOVE
TYPE /AWS1/CL_EBNOPTIONSPEC=>TT_OPTIONSSPECIFIERLIST
TT_OPTIONSSPECIFIERLIST
¶
A list of configuration options to remove from the configuration set.
Constraint: You can remove only
UserDefined
configuration options.