FargateProfileLabel

data class FargateProfileLabel(val key: String, val value: String)

A key-value pair to associate with a pod.

Constructors

Link copied to clipboard
constructor(key: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

The key name of the label.

Link copied to clipboard

The value for the label.