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

StandardsManagedBy

import type { StandardsManagedBy } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Provides details about the management of a security standard.

interface StandardsManagedBy {
Company?: string | null;
Product?: string | null;
}

§Properties

§
Company?: string | null
[src]

An identifier for the company that manages a specific security standard. For existing standards, the value is equal to Amazon Web Services.

§
Product?: string | null
[src]

An identifier for the product that manages a specific security standard. For existing standards, the value is equal to the Amazon Web Services service that manages the standard.