class Aws::Lightsail::Types::RelationalDatabaseParameter
Describes the parameters of a database.
@note When making an API call, you may pass RelationalDatabaseParameter
data as a hash: { allowed_values: "string", apply_method: "string", apply_type: "string", data_type: "string", description: "string", is_modifiable: false, parameter_name: "string", parameter_value: "string", }
@!attribute [rw] allowed_values
Specifies the valid range of values for the parameter. @return [String]
@!attribute [rw] apply_method
Indicates when parameter updates are applied. Can be `immediate` or `pending-reboot`. @return [String]
@!attribute [rw] apply_type
Specifies the engine-specific parameter type. @return [String]
@!attribute [rw] data_type
Specifies the valid data type for the parameter. @return [String]
@!attribute [rw] description
Provides a description of the parameter. @return [String]
@!attribute [rw] is_modifiable
A Boolean value indicating whether the parameter can be modified. @return [Boolean]
@!attribute [rw] parameter_name
Specifies the name of the parameter. @return [String]
@!attribute [rw] parameter_value
Specifies the value of the parameter. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/RelationalDatabaseParameter AWS API Documentation
Constants
- SENSITIVE