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

CreateSegmentRequest

import type { CreateSegmentRequest } from "https://aws-api.deno.dev/v0.4/services/evidently.ts?docs=full";
interface CreateSegmentRequest {
description?: string | null;
name: string;
pattern: jsonP.JSONValue;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
description?: string | null
[src]

An optional description for this segment.

§
name: string
[src]

A name for the segment.

§

The pattern to use for the segment. For more information about pattern syntax, see Segment rule pattern syntax.

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

Assigns one or more tags (key-value pairs) to the segment.

Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values.

Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters.

You can associate as many as 50 tags with a segment.

For more information, see Tagging Amazon Web Services resources.