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

AwsRdsDbInstanceAssociatedRole

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

An IAM role associated with the DB instance.

interface AwsRdsDbInstanceAssociatedRole {
FeatureName?: string | null;
RoleArn?: string | null;
Status?: string | null;
}

§Properties

§
FeatureName?: string | null
[src]

The name of the feature associated with the IAM role.

§
RoleArn?: string | null
[src]

The ARN of the IAM role that is associated with the DB instance.

§
Status?: string | null
[src]

Describes the state of the association between the IAM role and the DB instance. The Status property returns one of the following values:

  • ACTIVE - The IAM role ARN is associated with the DB instance and can be used to access other Amazon Web Services services on your behalf.
  • PENDING - The IAM role ARN is being associated with the DB instance.
  • INVALID - The IAM role ARN is associated with the DB instance. But the DB instance is unable to assume the IAM role in order to access other Amazon Web Services services on your behalf.