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

RemoveRoleFromDBClusterMessage

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

§Properties

§
DBClusterIdentifier: string
[src]

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

§
FeatureName?: string | null
[src]

The name of the feature for the DB cluster that the IAM role is to be disassociated from. For the list of supported feature names, see DescribeDBEngineVersions.

§
RoleArn: string
[src]

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