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.4/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;
TemplateSSMDocumentDetails?: TemplateSSMDocumentDetails | 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]

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

The last time a conformation pack update was requested.

§
TemplateSSMDocumentDetails?: TemplateSSMDocumentDetails | null
[src]

An object that contains the name or Amazon Resource Name (ARN) of the Amazon Web Services Systems Manager document (SSM document) and the version of the SSM document that is used to create a conformance pack.