Deployment - AWS IoT Greengrass

Deployment

Contains information about a deployment.

Contents

creationTimestamp

The time at which the deployment was created, expressed in ISO 8601 format.

Type: Timestamp

Required: No

deploymentId

The ID of the deployment.

Type: String

Length Constraints: Minimum length of 1.

Required: No

deploymentName

The name of the deployment.

Type: String

Length Constraints: Minimum length of 1.

Required: No

deploymentStatus

The status of the deployment.

Type: String

Valid Values: ACTIVE | COMPLETED | CANCELED | FAILED | INACTIVE

Required: No

isLatestForTarget

Whether or not the deployment is the latest revision for its target.

Type: Boolean

Required: No

parentTargetArn

The parent deployment's target ARN within a subdeployment.

Type: String

Pattern: arn:[^:]*:iot:[^:]*:[0-9]+:(thing|thinggroup)/.+

Required: No

revisionId

The revision number of the deployment.

Type: String

Length Constraints: Minimum length of 1.

Required: No

targetArn

The ARN of the target AWS IoT thing or thing group. When creating a subdeployment, the targetARN can only be a thing group.

Type: String

Pattern: arn:[^:]*:iot:[^:]*:[0-9]+:(thing|thinggroup)/.+

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: