GetConfigurationSetPlainArgs

data class GetConfigurationSetPlainArgs(val configurationSetName: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetConfigurationSetPlainArgs>

A collection of arguments for invoking getConfigurationSet.

Constructors

Link copied to clipboard
constructor(configurationSetName: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

The name of the configuration set.

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

Key-value map of resource tags for the container recipe.

Functions

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