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

PutOrganizationConformancePackRequest

import type { PutOrganizationConformancePackRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/configservice.ts";
interface PutOrganizationConformancePackRequest {
ConformancePackInputParameters?: ConformancePackInputParameter[] | null;
DeliveryS3Bucket?: string | null;
DeliveryS3KeyPrefix?: string | null;
ExcludedAccounts?: string[] | null;
OrganizationConformancePackName: string;
TemplateBody?: string | null;
TemplateS3Uri?: string | null;
}

§Properties

§
ConformancePackInputParameters?: ConformancePackInputParameter[] | null
[src]
§
DeliveryS3Bucket?: string | null
[src]
§
DeliveryS3KeyPrefix?: string | null
[src]
§
ExcludedAccounts?: string[] | null
[src]
§
OrganizationConformancePackName: string
[src]
§
TemplateBody?: string | null
[src]
§
TemplateS3Uri?: string | null
[src]