GetDeploymentResult

data class GetDeploymentResult(val deploymentId: String? = null, val tags: Map<String, String>? = null)

Constructors

Link copied to clipboard
constructor(deploymentId: String? = null, tags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val deploymentId: String? = null

The ID of the deployment.

Link copied to clipboard
val tags: Map<String, String>? = null

Application-specific metadata to attach to the deployment. You can use tags in IAM policies to control access to AWS IoT Greengrass resources. You can also use tags to categorize your resources. For more information, see Tag your AWS IoT Greengrass Version 2 resources in the AWS IoT Greengrass V2 Developer Guide . This Json property type is processed as a map of key-value pairs. It uses the following format, which is different from most Tags implementations in AWS CloudFormation templates.