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

RulesetItem

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

Contains metadata about the ruleset.

interface RulesetItem {
AccountId?: string | null;
CreateDate?: Date | number | null;
CreatedBy?: string | null;
Description?: string | null;
LastModifiedBy?: string | null;
LastModifiedDate?: Date | number | null;
Name: string;
ResourceArn?: string | null;
RuleCount?: number | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
TargetArn: string;
}

§Properties

§
AccountId?: string | null
[src]

The ID of the Amazon Web Services account that owns the ruleset.

§
CreateDate?: Date | number | null
[src]

The date and time that the ruleset was created.

§
CreatedBy?: string | null
[src]

The Amazon Resource Name (ARN) of the user who created the ruleset.

§
Description?: string | null
[src]

The description of the ruleset.

§
LastModifiedBy?: string | null
[src]

The Amazon Resource Name (ARN) of the user who last modified the ruleset.

§
LastModifiedDate?: Date | number | null
[src]

The modification date and time of the ruleset.

§
Name: string
[src]

The name of the ruleset.

§
ResourceArn?: string | null
[src]

The Amazon Resource Name (ARN) for the ruleset.

§
RuleCount?: number | null
[src]

The number of rules that are defined in the ruleset.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

Metadata tags that have been applied to the ruleset.

§
TargetArn: string
[src]

The Amazon Resource Name (ARN) of a resource (dataset) that the ruleset is associated with.