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.
configservice_delete_resource_config(ResourceType, ResourceId)
An empty list.
[required] The type of the resource.
[required] Unique identifier of the resource.
svc$delete_resource_config(
ResourceType = "string",
ResourceId = "string"
)