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

PutConformancePackRequest

import type { PutConformancePackRequest } from "https://aws-api.deno.dev/v0.4/services/configservice.ts?docs=full";
interface PutConformancePackRequest {
ConformancePackInputParameters?: ConformancePackInputParameter[] | null;
ConformancePackName: string;
DeliveryS3Bucket?: string | null;
DeliveryS3KeyPrefix?: string | null;
TemplateBody?: string | null;
TemplateS3Uri?: string | null;
TemplateSSMDocumentDetails?: TemplateSSMDocumentDetails | null;
}

§Properties

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

A list of ConformancePackInputParameter objects.

§
ConformancePackName: string
[src]

The unique name of the conformance pack you want to deploy.

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

§
TemplateBody?: string | null
[src]

A string containing the full conformance pack template body. The structure containing the template body has a minimum length of 1 byte and a maximum length of 51,200 bytes.

Note: You can use a YAML template with two resource types: Config rule (AWS::Config::ConfigRule) and remediation action (AWS::Config::RemediationConfiguration).

§
TemplateS3Uri?: string | null
[src]

The location of the file containing the template body (s3://bucketname/prefix). The uri must point to a conformance pack template (max size: 300 KB) that is located in an Amazon S3 bucket in the same Region as the conformance pack.

Note: You must have access to read Amazon S3 bucket.

§
TemplateSSMDocumentDetails?: TemplateSSMDocumentDetails | null
[src]

An object of type TemplateSSMDocumentDetails, which contains the name or the 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.