IoT Greengrass Deployment

AWS IoT Greengrass Deployment is a resource that manages the distribution of software components, configurations, and machine learning models to Greengrass core devices. It allows you to define and deploy updates to edge devices securely and at scale, ensuring they can operate locally with cloud integration.

aws.greengrass_deployment

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
componentscorestringThe components to deploy. This is a dictionary, where each key is the name of a component, and each key's value is the version and configuration to deploy for that component.
created_atcorestringThe time, in milliseconds since the epoch, when the deployment was created.
creation_timestampcoretimestampThe time at which the deployment was created, expressed in ISO 8601 format.
deployment_arncorestringThe ARN of the deployment.
deployment_idcorestringThe ID of the deployment.
deployment_namecorestringThe name of the deployment.
deployment_policiescorejsonThe deployment policies for the deployment. These policies define how the deployment updates components and handles failure.
deployment_statuscorestringThe status of the deployment.
deployment_typecorestringThe type of the deployment.
group_arncorestringThe ARN of the group for this deployment.
iot_job_arncorestringThe <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">ARN</a> of the IoT job that applies the deployment to target devices.
iot_job_configurationcorejsonThe job configuration for the deployment configuration. The job configuration specifies the rollout, timeout, and stop configurations for the deployment configuration.
iot_job_idcorestringThe ID of the IoT job that applies the deployment to target devices.
is_latest_for_targetcoreboolWhether or not the deployment is the latest revision for its target.
parent_target_arncorestringThe parent deployment's target <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">ARN</a> within a subdeployment.
revision_idcorestringThe revision number of the deployment.
tagscorehstore
target_arncorestringThe <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">ARN</a> of the target IoT thing or thing group.