- Navigation GuideYou are on a type information page within a Client package. Return to the Client landing page
@aws-sdk/client-redshift
ModifyClusterIamRolesMessage Interface
Members
Name | Type | Details |
---|---|---|
ClusterIdentifier Required | string | undefined | The unique identifier of the cluster for which you want to associate or disassociate IAM roles. |
AddIamRoles | string[] | undefined | Zero or more IAM roles to associate with the cluster. The roles must be in their Amazon Resource Name (ARN) format. |
DefaultIamRoleArn | string | undefined | The Amazon Resource Name (ARN) for the IAM role that was set as default for the cluster when the cluster was last modified. |
RemoveIamRoles | string[] | undefined | Zero or more IAM roles in ARN format to disassociate from the cluster. |
Full Signature
export interface ModifyClusterIamRolesMessage