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

CreateSecurityProfileResponse

import type { CreateSecurityProfileResponse } from "https://aws-api.deno.dev/v0.3/services/connect.ts?docs=full";
interface CreateSecurityProfileResponse {
SecurityProfileArn?: string | null;
SecurityProfileId?: string | null;
}

§Properties

§
SecurityProfileArn?: string | null
[src]

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

§
SecurityProfileId?: string | null
[src]

The identifier for the security profle.