AWS Config
  1. Root
AWS Config
  • Root
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
  1. Root

/

POST
/
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.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "ResourceType": "string",
    "SchemaVersionId": "string",
    "ResourceId": "string",
    "ResourceName": "string",
    "Configuration": "string",
    "Tags": {
        "property1": "string",
        "property2": "string"
    }
}'
Response Response Example
200 - Example 1
{}

Request

Header Params
X-Amz-Target
string 
required
Body Params application/json
ResourceType
string 
required
The type of the resource. The custom resource type must be registered with CloudFormation.
>= 1 characters<= 196 characters
SchemaVersionId
string 
required
Version of the schema registered for the ResourceType in CloudFormation.
>= 1 characters<= 128 characters
Match pattern:
[A-Za-z0-9-]+
ResourceId
string 
required
Unique identifier of the resource.
>= 1 characters<= 768 characters
ResourceName
string 
optional
Name of the resource.
Configuration
string 
required
The configuration object of the resource in valid JSON format. It must match the schema registered with CloudFormation.
Tags
object 
optional
Tags associated with the resource.
Examples

Responses

🟢200Success
application/json
Body
object {0}
đźź 480ValidationException
đźź 481InsufficientPermissionsException
đźź 482NoRunningConfigurationRecorderException
đźź 483MaxActiveResourcesExceededException
Modified at 2023-08-15 05:59:06
Previous
/
Next
/
Built with