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

AwsRedshiftClusterIamRole

import type { AwsRedshiftClusterIamRole } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

An IAM role that the cluster can use to access other Amazon Web Services services.

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

§Properties

§
ApplyStatus?: string | null
[src]

The status of the IAM role's association with the cluster.

Valid values: in-sync | adding | removing

§
IamRoleArn?: string | null
[src]

The ARN of the IAM role.