Learn R Programming

paws.management (version 0.1.6)

configservice_delete_resource_config: Records the configuration state for a custom resource that has been deleted

Description

Records the configuration state for a custom resource that has been deleted. This API records a new ConfigurationItem with a ResourceDeleted status. You can retrieve the ConfigurationItems recorded for this resource in your AWS Config History.

Usage

configservice_delete_resource_config(ResourceType, ResourceId)

Arguments

ResourceType

[required] The type of the resource.

ResourceId

[required] Unique identifier of the resource.

Request syntax

svc$delete_resource_config(
  ResourceType = "string",
  ResourceId = "string"
)