Skip to main content

artifact_metadatas

Creates, updates, deletes, gets or lists an artifact_metadatas resource.

Overview

Nameartifact_metadatas
TypeResource
Idaws.securityagent.artifact_metadatas

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
artifact_metadata_listarrayThe list of artifact metadata items that were found.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
batch_get_artifact_metadataselectregionRetrieves 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.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

Retrieves metadata for one or more artifacts in an agent space.

SELECT
artifact_metadata_list
FROM aws.securityagent.artifact_metadatas
WHERE region = '{{ region }}' -- required
;