redshift_modify_cluster_iam_roles: Modifies the list of Identity and Access Management (IAM)...

View source: R/redshift_operations.R

redshift_modify_cluster_iam_rolesR Documentation

Modifies the list of Identity and Access Management (IAM) roles that can be used by the cluster to access other Amazon Web Services services

Description

Modifies the list of Identity and Access Management (IAM) roles that can be used by the cluster to access other Amazon Web Services services.

See https://www.paws-r-sdk.com/docs/redshift_modify_cluster_iam_roles/ for full documentation.

Usage

redshift_modify_cluster_iam_roles(
  ClusterIdentifier,
  AddIamRoles = NULL,
  RemoveIamRoles = NULL,
  DefaultIamRoleArn = NULL
)

Arguments

ClusterIdentifier

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

AddIamRoles

Zero or more IAM roles to associate with the cluster. The roles must be in their Amazon Resource Name (ARN) format.

RemoveIamRoles

Zero or more IAM roles in ARN format to disassociate from the cluster.

DefaultIamRoleArn

The Amazon Resource Name (ARN) for the IAM role that was set as default for the cluster when the cluster was last modified.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.