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

DBClusterRole

import type { DBClusterRole } from "https://aws-api.deno.dev/v0.3/services/neptune.ts?docs=full";

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

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

§Properties

§
FeatureName?: string | null
[src]

The name of the feature associated with the Amazon Identity and Access Management (IAM) role. For the list of supported feature names, see DescribeDBEngineVersions.

§
RoleArn?: string | null
[src]

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

§
Status?: string | null
[src]

Describes the state of association between the IAM role and the DB cluster. The Status property returns one of the following values:

  • ACTIVE - the IAM role ARN is associated with the DB cluster and can be used to access other Amazon services on your behalf.
  • PENDING - the IAM role ARN is being associated with the DB cluster.
  • INVALID - the IAM role ARN is associated with the DB cluster, but the DB cluster is unable to assume the IAM role in order to access other Amazon services on your behalf.