Module Smaws_Client_ConfigService.PutResourceConfig

val request : Smaws_Lib.Context.t -> put_resource_config_request -> (unit, [> Smaws_Lib.Protocols.AwsJson.error | `InsufficientPermissionsException of insufficient_permissions_exception | `MaxActiveResourcesExceededException of max_active_resources_exceeded_exception | `NoRunningConfigurationRecorderException of no_running_configuration_recorder_exception | `ValidationException of validation_exception ]) Stdlib.result

Records the configuration state for the resource provided in the request. The configuration state of a resource is represented in Config as Configuration Items. Once this API records the configuration item, you can retrieve the list of configuration items for the custom resource type using existing Config APIs.

The custom resource type must be registered with CloudFormation. This API accepts the configuration item registered with CloudFormation.

When you call this API, Config only stores configuration state of the resource provided in the request. This API does not change or remediate the configuration of the resource.

Write-only schema properites are not recorded as part of the published configuration item.