FargateProfileSelectorArgs

data class FargateProfileSelectorArgs(val labels: Output<Map<String, String>>? = null, val namespace: Output<String>) : ConvertibleToJava<FargateProfileSelectorArgs>

Constructors

Link copied to clipboard
constructor(labels: Output<Map<String, String>>? = null, namespace: Output<String>)

Properties

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

Key-value map of Kubernetes labels for selection.

Link copied to clipboard
val namespace: Output<String>

Kubernetes namespace for selection. The following arguments are optional:

Functions

Link copied to clipboard
open override fun toJava(): FargateProfileSelectorArgs