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

AddRoleToDBInstanceMessage

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

§Properties

§
DBInstanceIdentifier: string
[src]

The name of the DB instance to associate the IAM role with.

§
FeatureName: string
[src]

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

§
RoleArn: string
[src]

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