Learn R Programming

paws.management (version 0.1.8)

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

Description

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

Usage

configservice_delete_conformance_pack(ConformancePackName)

Arguments

ConformancePackName

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

Request syntax

svc$delete_conformance_pack(
  ConformancePackName = "string"
)

Details

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