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

SecurityKey

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

Configuration information of the security key.

interface SecurityKey {
AssociationId?: string | null;
CreationTime?: Date | number | null;
Key?: string | null;
}

§Properties

§
AssociationId?: string | null
[src]

The existing association identifier that uniquely identifies the resource type and storage config for the given instance ID.

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

When the security key was created.

§
Key?: string | null
[src]

The key of the security key.