
com.pulumi.googlenative.composer.v1beta1.kotlin.EnvironmentArgs.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pulumi-google-native-kotlin Show documentation
Show all versions of pulumi-google-native-kotlin Show documentation
Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.
The newest version!
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.googlenative.composer.v1beta1.kotlin
import com.pulumi.core.Output
import com.pulumi.core.Output.of
import com.pulumi.googlenative.composer.v1beta1.EnvironmentArgs.builder
import com.pulumi.googlenative.composer.v1beta1.kotlin.enums.EnvironmentState
import com.pulumi.googlenative.composer.v1beta1.kotlin.inputs.EnvironmentConfigArgs
import com.pulumi.googlenative.composer.v1beta1.kotlin.inputs.EnvironmentConfigArgsBuilder
import com.pulumi.kotlin.ConvertibleToJava
import com.pulumi.kotlin.PulumiTagMarker
import com.pulumi.kotlin.applySuspend
import kotlin.Pair
import kotlin.String
import kotlin.Suppress
import kotlin.Unit
import kotlin.collections.Map
import kotlin.jvm.JvmName
/**
* Create a new environment.
* @property config Configuration parameters for this environment.
* @property labels Optional. User-defined labels for this environment. The labels map can contain no more than 64 entries. Entries of the labels map are UTF8 strings that comply with the following restrictions: * Keys must conform to regexp: \p{Ll}\p{Lo}{0,62} * Values must conform to regexp: [\p{Ll}\p{Lo}\p{N}_-]{0,63} * Both keys and values are additionally constrained to be <= 128 bytes in size.
* @property location
* @property name The resource name of the environment, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}" EnvironmentId must start with a lowercase letter followed by up to 63 lowercase letters, numbers, or hyphens, and cannot end with a hyphen.
* @property project
* @property state The current state of the environment.
*/
public data class EnvironmentArgs(
public val config: Output? = null,
public val labels: Output
© 2015 - 2025 Weber Informatics LLC | Privacy Policy