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

StandardsSubscriptionRequest

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

The standard that you want to enable.

interface StandardsSubscriptionRequest {
StandardsArn: string;
StandardsInput?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
StandardsArn: string
[src]

The ARN of the standard that you want to enable. To view the list of available standards and their ARNs, use the DescribeStandards operation.

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

A key-value pair of input for the standard.