ConfigService / Client / delete_resource_config

delete_resource_config#

ConfigService.Client.delete_resource_config(**kwargs)#

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 Config History.

See also: AWS API Documentation

Request Syntax

response = client.delete_resource_config(
    ResourceType='string',
    ResourceId='string'
)
Parameters:
  • ResourceType (string) –

    [REQUIRED]

    The type of the resource.

  • ResourceId (string) –

    [REQUIRED]

    Unique identifier of the resource.

Returns:

None

Exceptions

  • ConfigService.Client.exceptions.ValidationException

  • ConfigService.Client.exceptions.NoRunningConfigurationRecorderException