deploymentName property
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.
Implementation
final String? deploymentName;