class Aws::CloudHSMV2::Types::ModifyClusterRequest

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

data as a hash:

    {
      backup_retention_policy: { # required
        type: "DAYS", # accepts DAYS
        value: "BackupRetentionValue",
      },
      cluster_id: "ClusterId", # required
    }

@!attribute [rw] backup_retention_policy

A policy that defines how the service retains backups.
@return [Types::BackupRetentionPolicy]

@!attribute [rw] cluster_id

The identifier (ID) of the cluster that you want to modify. To find
the cluster ID, use DescribeClusters.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cloudhsmv2-2017-04-28/ModifyClusterRequest AWS API Documentation

Constants

SENSITIVE