Environment Args
data class EnvironmentArgs(val dataBundles: Output<List<String>>? = null, val description: Output<String>? = null, val federationMode: Output<EnvironmentFederationMode>? = null, val federationParameters: Output<EnvironmentFederationParametersArgs>? = null, val kmsKeyId: Output<String>? = null, val name: Output<String>? = null, val superuserParameters: Output<EnvironmentSuperuserParametersArgs>? = null, val tags: Output<List<EnvironmentTagArgs>>? = null) : ConvertibleToJava<EnvironmentArgs>
An example resource schema demonstrating some basic constructs and validation rules.
Example Usage
Example
No Java example available.
Example
No Java example available.
Constructors
Link copied to clipboard
fun EnvironmentArgs(dataBundles: Output<List<String>>? = null, description: Output<String>? = null, federationMode: Output<EnvironmentFederationMode>? = null, federationParameters: Output<EnvironmentFederationParametersArgs>? = null, kmsKeyId: Output<String>? = null, name: Output<String>? = null, superuserParameters: Output<EnvironmentSuperuserParametersArgs>? = null, tags: Output<List<EnvironmentTagArgs>>? = null)