NAME
Paws::GreengrassV2::GetDeploymentResponse
ATTRIBUTES
Components => Paws::GreengrassV2::ComponentDeploymentSpecifications
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.
CreationTimestamp => Str
The time at which the deployment was created, expressed in ISO 8601 format.
DeploymentId => Str
The ID of the deployment.
DeploymentName => Str
The name of the deployment.
You can create deployments without names. If you create a deployment without a name, the AWS IoT Greengrass V2 console shows the deployment name as <targetType>:<targetName>
, where targetType
and targetName
are the type and name of the deployment target.
DeploymentPolicies => Paws::GreengrassV2::DeploymentPolicies
The deployment policies for the deployment. These policies define how the deployment updates components and handles failure.
DeploymentStatus => Str
The status of the deployment.
Valid values are: "ACTIVE"
, "COMPLETED"
, "CANCELED"
, "FAILED"
, "INACTIVE"
=head2 IotJobArn => Str
The ARN (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) of the AWS IoT job that applies the deployment to target devices.
IotJobConfiguration => Paws::GreengrassV2::DeploymentIoTJobConfiguration
The job configuration for the deployment configuration. The job configuration specifies the rollout, timeout, and stop configurations for the deployment configuration.
IotJobId => Str
The ID of the AWS IoT job that applies the deployment to target devices.
IsLatestForTarget => Bool
Whether or not the deployment is the latest revision for its target.
RevisionId => Str
The revision number of the deployment.
Tags => Paws::GreengrassV2::TagMap
A list of key-value pairs that contain metadata for the resource. For more information, see Tag your resources (https://docs.aws.amazon.com/greengrass/v2/developerguide/tag-resources.html) in the AWS IoT Greengrass V2 Developer Guide.
TargetArn => Str
The ARN (https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html) of the target AWS IoT thing or thing group.