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
constructor(applicationId: String, environmentId: String, tags: Map<String, String>? = null)

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.

Functions

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