class Aws::Redshift::Types::ModifyClusterIamRolesMessage

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

data as a hash:

    {
      cluster_identifier: "String", # required
      add_iam_roles: ["String"],
      remove_iam_roles: ["String"],
    }

@!attribute [rw] cluster_identifier

The unique identifier of the cluster for which you want to associate
or disassociate IAM roles.
@return [String]

@!attribute [rw] add_iam_roles

Zero or more IAM roles to associate with the cluster. The roles must
be in their Amazon Resource Name (ARN) format. You can associate up
to 10 IAM roles with a single cluster in a single request.
@return [Array<String>]

@!attribute [rw] remove_iam_roles

Zero or more IAM roles in ARN format to disassociate from the
cluster. You can disassociate up to 10 IAM roles from a single
cluster in a single request.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/ModifyClusterIamRolesMessage AWS API Documentation

Constants

SENSITIVE