GetCustomPluginResult

data class GetCustomPluginResult(val customPluginArn: String? = null, val fileDescription: CustomPluginFileDescription? = null, val revision: Int? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(customPluginArn: String? = null, fileDescription: CustomPluginFileDescription? = null, revision: Int? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val customPluginArn: String? = null

The Amazon Resource Name (ARN) of the custom plugin to use.

Link copied to clipboard
Link copied to clipboard
val revision: Int? = null

The revision of the custom plugin.

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

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