class Aws::SecurityHub::Types::AwsRedshiftClusterClusterParameterGroup

A cluster parameter group that is associated with an Amazon Redshift cluster.

@note When making an API call, you may pass AwsRedshiftClusterClusterParameterGroup

data as a hash:

    {
      cluster_parameter_status_list: [
        {
          parameter_name: "NonEmptyString",
          parameter_apply_status: "NonEmptyString",
          parameter_apply_error_description: "NonEmptyString",
        },
      ],
      parameter_apply_status: "NonEmptyString",
      parameter_group_name: "NonEmptyString",
    }

@!attribute [rw] cluster_parameter_status_list

The list of parameter statuses.
@return [Array<Types::AwsRedshiftClusterClusterParameterStatus>]

@!attribute [rw] parameter_apply_status

The status of updates to the parameters.
@return [String]

@!attribute [rw] parameter_group_name

The name of the parameter group.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsRedshiftClusterClusterParameterGroup AWS API Documentation

Constants

SENSITIVE