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

DBInstanceRole

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

Describes an Amazon Web Services Identity and Access Management (IAM) role that is associated with a DB instance.

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

§Properties

§
FeatureName?: string | null
[src]

The name of the feature associated with the Amazon Web Services Identity and Access Management (IAM) role. For information about supported feature names, see DBEngineVersion.

§
RoleArn?: string | null
[src]

The Amazon Resource Name (ARN) of the IAM role that is associated with the DB instance.

§
Status?: string | null
[src]

Describes the state of 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.