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

RemoveRoleFromDBInstanceMessage

import type { RemoveRoleFromDBInstanceMessage } from "https://aws-api.deno.dev/v0.4/services/rds.ts?docs=full";
interface RemoveRoleFromDBInstanceMessage {
DBInstanceIdentifier: string;
FeatureName: string;
RoleArn: string;
}

§Properties

§
DBInstanceIdentifier: string
[src]

The name of the DB instance to disassociate the IAM role from.

§
FeatureName: string
[src]

The name of the feature for the DB instance that the IAM role is to be disassociated from. For information about supported feature names, see DBEngineVersion.

§
RoleArn: string
[src]

The Amazon Resource Name (ARN) of the IAM role to disassociate from the DB instance, for example, arn:aws:iam::123456789012:role/AccessRole.