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

AddRoleToDBClusterMessage

import type { AddRoleToDBClusterMessage } from "https://aws-api.deno.dev/v0.3/services/neptune.ts?docs=full";
interface AddRoleToDBClusterMessage {
DBClusterIdentifier: string;
FeatureName?: string | null;
RoleArn: string;
}

§Properties

§
DBClusterIdentifier: string
[src]

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

§
FeatureName?: string | null
[src]

The name of the feature for the Neptune DB cluster that the IAM role is to be associated with. For the list of supported feature names, see DBEngineVersion.

§
RoleArn: string
[src]

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