GetComponentVersionResult

data class GetComponentVersionResult(val arn: String? = null, val componentName: String? = null, val componentVersion: String? = null, val tags: Map<String, String>? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The ARN of the component version.

Link copied to clipboard
val componentName: String? = null

The name of the component.

Link copied to clipboard

The version of the component.

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

Application-specific metadata to attach to the component version. 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.