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

AwsRdsDbClusterAssociatedRole

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

An IAM role that is associated with the Amazon RDS DB cluster.

interface AwsRdsDbClusterAssociatedRole {
RoleArn?: string | null;
Status?: string | null;
}

§Properties

§
RoleArn?: string | null
[src]

The ARN of the IAM role.

§
Status?: string | null
[src]

The status of the association between the IAM role and the DB cluster. Valid values are as follows:

  • ACTIVE
    
  • INVALID
    
  • PENDING