artifact_metadatas
Creates, updates, deletes, gets or lists an artifact_metadatas resource.
Overview
| Name | artifact_metadatas |
| Type | Resource |
| Id | aws.securityagent.artifact_metadatas |
Fields
The following fields are returned by SELECT queries:
- batch_get_artifact_metadata
| Name | Datatype | Description |
|---|---|---|
artifact_metadata_list | array | The list of artifact metadata items that were found. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
batch_get_artifact_metadata | select | region | Retrieves metadata for one or more artifacts in an agent space. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
region | string | AWS region (default: us-east-1) |
SELECT examples
- batch_get_artifact_metadata
Retrieves metadata for one or more artifacts in an agent space.
SELECT
artifact_metadata_list
FROM aws.securityagent.artifact_metadatas
WHERE region = '{{ region }}' -- required
;