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

ConformancePackDetail

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

Returns details of a conformance pack. A conformance pack is a collection of Config rules and remediation actions that can be easily deployed in an account and a region.

interface ConformancePackDetail {
ConformancePackArn: string;
ConformancePackId: string;
ConformancePackInputParameters?: ConformancePackInputParameter[] | null;
ConformancePackName: string;
CreatedBy?: string | null;
DeliveryS3Bucket?: string | null;
DeliveryS3KeyPrefix?: string | null;
LastUpdateRequestedTime?: Date | number | null;
}

§Properties

§
ConformancePackArn: string
[src]

Amazon Resource Name (ARN) of the conformance pack.

§
ConformancePackId: string
[src]

ID of the conformance pack.

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

A list of ConformancePackInputParameter objects.

§
ConformancePackName: string
[src]

Name of the conformance pack.

§
CreatedBy?: string | null
[src]

Amazon Web Services service that created the conformance pack.

§
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]

The prefix for the Amazon S3 bucket.

Note: This field is optional.

§
LastUpdateRequestedTime?: Date | number | null
[src]

Last time when conformation pack update was requested.