Skip to content

Delete Conformance Pack

configservice_delete_conformance_pack R Documentation

Deletes the specified conformance pack and all the Config rules, remediation actions, and all evaluation results within that conformance pack

Description

Deletes the specified conformance pack and all the Config rules, remediation actions, and all evaluation results within that conformance pack.

Config sets the conformance pack to DELETE_IN_PROGRESS until the deletion is complete. You cannot update a conformance pack while it is in this state.

Usage

configservice_delete_conformance_pack(ConformancePackName)

Arguments

ConformancePackName

[required] Name of the conformance pack you want to delete.

Value

An empty list.

Request syntax

svc$delete_conformance_pack(
  ConformancePackName = "string"
)