class Aws::SecurityHub::Types::AwsRedshiftClusterClusterParameterStatus
The status of a parameter in a cluster parameter group for an Amazon Redshift cluster.
@note When making an API call, you may pass AwsRedshiftClusterClusterParameterStatus
data as a hash: { parameter_name: "NonEmptyString", parameter_apply_status: "NonEmptyString", parameter_apply_error_description: "NonEmptyString", }
@!attribute [rw] parameter_name
The name of the parameter. @return [String]
@!attribute [rw] parameter_apply_status
The status of the parameter. Indicates whether the parameter is in sync with the database, waiting for a cluster reboot, or encountered an error when it was applied. Valid values: `in-sync` \| `pending-reboot` \| `applying` \| `invalid-parameter` \| `apply-deferred` \| `apply-error` \| `unknown-error` @return [String]
@!attribute [rw] parameter_apply_error_description
The error that prevented the parameter from being applied to the database. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsRedshiftClusterClusterParameterStatus AWS API Documentation
Constants
- SENSITIVE