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

SecurityProfile

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

Contains information about a security profile.

interface SecurityProfile {
Arn?: string | null;
Description?: string | null;
Id?: string | null;
OrganizationResourceId?: string | null;
SecurityProfileName?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) for the secruity profile.

§
Description?: string | null
[src]

The description of the security profile.

§
Id?: string | null
[src]

The identifier for the security profile.

§
OrganizationResourceId?: string | null
[src]

The organization resource identifier for the security profile.

§
SecurityProfileName?: string | null
[src]

The name for the security profile.

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

The tags used to organize, track, or control access for this resource.