FargateProfileSelectorArgs

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

Constructors

Link copied to clipboard
fun FargateProfileSelectorArgs(labels: Output<List<FargateProfileLabelArgs>>? = null, namespace: Output<String>)

Functions

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

Properties

Link copied to clipboard
val labels: Output<List<FargateProfileLabelArgs>>? = null
Link copied to clipboard
val namespace: Output<String>