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

AssociatedStandard

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

Information about an enabled security standard in which a security control is enabled.

interface AssociatedStandard {
StandardsId?: string | null;
}

§Properties

§
StandardsId?: string | null
[src]

The unique identifier of a standard in which a control is enabled. This field consists of the resource portion of the Amazon Resource Name (ARN) returned for a standard in the DescribeStandards API response.