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

OrganizationConformancePack

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

An organization conformance pack that has information about conformance packs that Config creates in member accounts.

interface OrganizationConformancePack {
ConformancePackInputParameters?: ConformancePackInputParameter[] | null;
DeliveryS3Bucket?: string | null;
DeliveryS3KeyPrefix?: string | null;
ExcludedAccounts?: string[] | null;
LastUpdateTime: Date | number;
OrganizationConformancePackArn: string;
OrganizationConformancePackName: string;
}

§Properties

§
ConformancePackInputParameters?: ConformancePackInputParameter[] | null
[src]

A list of ConformancePackInputParameter objects.

§
DeliveryS3Bucket?: string | null
[src]

The name of the Amazon S3 bucket where Config stores conformance pack templates.

Note: This field is optional.

§
DeliveryS3KeyPrefix?: string | null
[src]

Any folder structure you want to add to an Amazon S3 bucket.

Note: This field is optional.

§
ExcludedAccounts?: string[] | null
[src]

A comma-separated list of accounts excluded from organization conformance pack.

§
LastUpdateTime: Date | number
[src]

Last time when organization conformation pack was updated.

§
OrganizationConformancePackArn: string
[src]

Amazon Resource Name (ARN) of organization conformance pack.

§
OrganizationConformancePackName: string
[src]

The name you assign to an organization conformance pack.