GetAddonResult

data class GetAddonResult(val addonVersion: String? = null, val arn: String? = null, val configurationValues: String? = null, val serviceAccountRoleArn: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(addonVersion: String? = null, arn: String? = null, configurationValues: String? = null, serviceAccountRoleArn: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val addonVersion: String? = null

Version of Addon

Link copied to clipboard
val arn: String? = null

Amazon Resource Name (ARN) of the add-on

Link copied to clipboard

The configuration values to use with the add-on

Link copied to clipboard

IAM role to bind to the add-on's service account

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.