class Aws::GreengrassV2::Types::GetDeploymentResponse

@!attribute [rw] target_arn

The [ARN][1] of the target IoT thing or thing group.

[1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
@return [String]

@!attribute [rw] revision_id

The revision number of the deployment.
@return [String]

@!attribute [rw] deployment_id

The ID of the deployment.
@return [String]

@!attribute [rw] deployment_name

The name of the deployment.
@return [String]

@!attribute [rw] deployment_status

The status of the deployment.
@return [String]

@!attribute [rw] iot_job_id

The ID of the IoT job that applies the deployment to target devices.
@return [String]

@!attribute [rw] iot_job_arn

The [ARN][1] of the IoT job that applies the deployment to target
devices.

[1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
@return [String]

@!attribute [rw] components

The 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.
@return [Hash<String,Types::ComponentDeploymentSpecification>]

@!attribute [rw] deployment_policies

The deployment policies for the deployment. These policies define
how the deployment updates components and handles failure.
@return [Types::DeploymentPolicies]

@!attribute [rw] iot_job_configuration

The job configuration for the deployment configuration. The job
configuration specifies the rollout, timeout, and stop
configurations for the deployment configuration.
@return [Types::DeploymentIoTJobConfiguration]

@!attribute [rw] creation_timestamp

The time at which the deployment was created, expressed in ISO 8601
format.
@return [Time]

@!attribute [rw] is_latest_for_target

Whether or not the deployment is the latest revision for its target.
@return [Boolean]

@!attribute [rw] tags

A list of key-value pairs that contain metadata for the resource.
For more information, see [Tag your resources][1] in the *IoT
Greengrass V2 Developer Guide*.

[1]: https://docs.aws.amazon.com/greengrass/v2/developerguide/tag-resources.html
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/greengrassv2-2020-11-30/GetDeploymentResponse AWS API Documentation

Constants

SENSITIVE