Skip to main content

deployments

Creates, updates, deletes, gets or lists a deployments resource.

Overview

Namedeployments
TypeResource
Idaws.sagemaker_edge.deployments

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
deploymentsarrayReturns a list of the configurations of the active deployments on the device.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_deploymentsselectregionUse to get the active deployments from a device.

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

Use to get the active deployments from a device.

SELECT
deployments
FROM aws.sagemaker_edge.deployments
WHERE region = '{{ region }}' -- required
;