@Service(name="set-aws-config-source-configuration") @PerLookup @CommandLock(value=NONE) @ExecuteOn(value={DAS,INSTANCE}) @TargetType(value={DAS,STANDALONE_INSTANCE,CLUSTER,CLUSTERED_INSTANCE,CONFIG}) public class SetAWSSecretsConfigSourceConfigurationCommand extends BaseSetConfigSourceConfigurationCommand<AWSSecretsConfigSourceConfiguration>
| Modifier and Type | Field and Description |
|---|---|
protected String |
regionName |
dynamic, enabled, logger, server, target, targetUtil| Constructor and Description |
|---|
SetAWSSecretsConfigSourceConfigurationCommand() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
applyValues(ActionReport report,
AWSSecretsConfigSourceConfiguration configuration)
Configure the configuration ConfigBeanProxy from the @Param injected class
fields.
|
configureDynamically, executeprotected String regionName
public SetAWSSecretsConfigSourceConfigurationCommand()
protected void applyValues(ActionReport report, AWSSecretsConfigSourceConfiguration configuration) throws PropertyVetoException
BaseSetConfigSourceConfigurationCommandapplyValues in class BaseSetConfigSourceConfigurationCommand<AWSSecretsConfigSourceConfiguration>configuration - the ConfigBeanProxy to configurePropertyVetoException - an exception thrown if the property doesn't
pass the configured validation.Copyright © 2021. All rights reserved.