Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-config-conformancepack.json
Parent schema serverless-framework-configuration
Type: object

A conformance pack is a collection of AWS Config rules and remediation actions that can be easily deployed as a single entity in an account and a region or across an entire AWS Organization.. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-config.git

Properties

ConformancePackName string | Aws_CF_FunctionString required

Name of the conformance pack which will be assigned as the unique identifier.

DeliveryS3Bucket string | Aws_CF_FunctionString

AWS Config stores intermediate files while processing conformance pack template.

DeliveryS3KeyPrefix string | Aws_CF_FunctionString

The prefix for delivery S3 bucket.

TemplateBody string | Aws_CF_FunctionString

A string containing full conformance pack template body. You can only specify one of the template body or template S3Uri fields.

TemplateS3Uri string | Aws_CF_FunctionString

Location of file containing the template body which points to the conformance pack template that is located in an Amazon S3 bucket. You can only specify one of the template body or template S3Uri fields.

TemplateSSMDocumentDetails object

The TemplateSSMDocumentDetails object contains the name of the SSM document and the version of the SSM document.

2 nested properties
DocumentName string | Aws_CF_FunctionString
DocumentVersion string | Aws_CF_FunctionString
ConformancePackInputParameters ConformancePackInputParameter[]

A list of ConformancePackInputParameter objects.

minItems=0maxItems=60

Definitions

ParameterName string | Aws_CF_FunctionString

Key part of key-value pair with value being parameter value

ParameterValue string | Aws_CF_FunctionString

Value part of key-value pair with key being parameter Name

ConformancePackInputParameter object

Input parameters in the form of key-value pairs for the conformance pack.

ParameterName string | Aws_CF_FunctionString required

Key part of key-value pair with value being parameter value

ParameterValue string | Aws_CF_FunctionString required

Value part of key-value pair with key being parameter Name