Struct aws_sdk_redshift::model::Parameter
source · #[non_exhaustive]pub struct Parameter { /* private fields */ }
Expand description
Describes a parameter in a cluster parameter group.
Implementations§
source§impl Parameter
impl Parameter
sourcepub fn parameter_name(&self) -> Option<&str>
pub fn parameter_name(&self) -> Option<&str>
The name of the parameter.
sourcepub fn parameter_value(&self) -> Option<&str>
pub fn parameter_value(&self) -> Option<&str>
The value of the parameter. If ParameterName
is wlm_json_configuration
, then the maximum size of ParameterValue
is 8000 characters.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of the parameter.
sourcepub fn source(&self) -> Option<&str>
pub fn source(&self) -> Option<&str>
The source of the parameter value, such as "engine-default" or "user".
sourcepub fn allowed_values(&self) -> Option<&str>
pub fn allowed_values(&self) -> Option<&str>
The valid range of values for the parameter.
sourcepub fn apply_type(&self) -> Option<&ParameterApplyType>
pub fn apply_type(&self) -> Option<&ParameterApplyType>
Specifies how to apply the WLM configuration parameter. Some properties can be applied dynamically, while other properties require that any associated clusters be rebooted for the configuration changes to be applied. For more information about parameters and parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Cluster Management Guide.
sourcepub fn is_modifiable(&self) -> bool
pub fn is_modifiable(&self) -> bool
If true
, the parameter can be modified. Some parameters have security or operational implications that prevent them from being changed.
sourcepub fn minimum_engine_version(&self) -> Option<&str>
pub fn minimum_engine_version(&self) -> Option<&str>
The earliest engine version to which the parameter can apply.