{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-structure/config-put-resource-config-request-structure.json", "name": "PutResourceConfigRequest", "description": "PutResourceConfigRequest schema", "type": "object", "properties": { "ResourceType": { "allOf": [ { "$ref": "#/components/schemas/ResourceTypeString" }, { "description": "
The type of the resource. The custom resource type must be registered with CloudFormation.
You cannot use the organization names \u201camzn\u201d, \u201camazon\u201d, \u201calexa\u201d, \u201ccustom\u201d with custom resource types. It is the first part of the ResourceType up to the first ::.
The configuration object of the resource in valid JSON format. It must match the schema registered with CloudFormation.
The configuration JSON must not exceed 64 KB.
Tags associated with the resource.
This field is not to be confused with the Amazon Web Services-wide tag feature for Amazon Web Services resources. Tags for PutResourceConfig are tags that you supply for the configuration items of your custom resources.