Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ClusterIamRole

import type { ClusterIamRole } from "https://aws-api.deno.dev/v0.3/services/redshift.ts?docs=full";

An Identity and Access Management (IAM) role that can be used by the associated Amazon Redshift cluster to access other Amazon Web Services services.

interface ClusterIamRole {
ApplyStatus?: string | null;
IamRoleArn?: string | null;
}

§Properties

§
ApplyStatus?: string | null
[src]

A value that describes the status of the IAM role's association with an Amazon Redshift cluster.

The following are possible statuses and descriptions.

  • in-sync: The role is available for use by the cluster.
  • adding: The role is in the process of being associated with the cluster.
  • removing: The role is in the process of being disassociated with the cluster.
§
IamRoleArn?: string | null
[src]

The Amazon Resource Name (ARN) of the IAM role, for example, arn:aws:iam::123456789012:role/RedshiftCopyUnload.