View source: R/configservice_operations.R
configservice_put_resource_config | R Documentation |
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.
See https://www.paws-r-sdk.com/docs/configservice_put_resource_config/ for full documentation.
configservice_put_resource_config(
ResourceType,
SchemaVersionId,
ResourceId,
ResourceName = NULL,
Configuration,
Tags = NULL
)
ResourceType |
[required] The type of the resource. The custom resource type must be registered with CloudFormation. You cannot use the organization names “amzn”, “amazon”, “alexa”, “custom” with custom resource types. It is the first part of the ResourceType up to the first ::. |
SchemaVersionId |
[required] Version of the schema registered for the ResourceType in CloudFormation. |
ResourceId |
[required] Unique identifier of the resource. |
ResourceName |
Name of the resource. |
Configuration |
[required] 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 |
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.