Records the configuration state for the resource provided in the request. The configuration state of a resource is represented in AWS 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 AWS Config APIs.
configservice_put_resource_config(ResourceType, SchemaVersionId,
ResourceId, ResourceName, Configuration, Tags)
[required] The type of the resource. The custom resource type must be registered with AWS CloudFormation.
You cannot use the organization names "aws", "amzn", "amazon", "alexa", "custom" with custom resource types. It is the first part of the ResourceType up to the first ::.
[required] Version of the schema registered for the ResourceType in AWS CloudFormation.
[required] Unique identifier of the resource.
Name of the resource.
[required] The configuration object of the resource in valid JSON format. It must match the schema registered with AWS CloudFormation.
The configuration JSON must not exceed 64 KB.
Tags associated with the resource.
svc$put_resource_config( ResourceType = "string", SchemaVersionId = "string", ResourceId = "string", ResourceName = "string", Configuration = "string", Tags = list( "string" ) )
The custom resource type must be registered with AWS CloudFormation. This API accepts the configuration item registered with AWS CloudFormation.
When you call this API, AWS Config only stores configuration state of the resource provided in the request. This API does not change or remediate the configuration of the resource.