GetEnvironmentPlainArgs

data class GetEnvironmentPlainArgs(val applicationId: String, val environmentId: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetEnvironmentPlainArgs>

A collection of arguments for invoking getEnvironment.

Constructors

Link copied to clipboard
fun GetEnvironmentPlainArgs(applicationId: String, environmentId: String, tags: Map<String, String>? = null)

Functions

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

Properties

Link copied to clipboard

ID of the AppConfig Application to which this Environment belongs.

Link copied to clipboard

ID of the AppConfig Environment.

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

Map of tags for the resource.