EnvironmentArgs

data class EnvironmentArgs(val description: Output<String>? = null, val name: Output<String>? = null, val networkFabricType: Output<EnvironmentNetworkFabricType>? = null, val tags: Output<List<EnvironmentTagArgs>>? = null) : ConvertibleToJava<EnvironmentArgs>

Definition of AWS::RefactorSpaces::Environment Resource Type

Constructors

Link copied to clipboard
fun EnvironmentArgs(description: Output<String>? = null, name: Output<String>? = null, networkFabricType: Output<EnvironmentNetworkFabricType>? = null, tags: Output<List<EnvironmentTagArgs>>? = null)

Functions

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

Properties

Link copied to clipboard
val description: Output<String>? = null
Link copied to clipboard
val name: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<EnvironmentTagArgs>>? = null

Metadata that you can assign to help organize the frameworks that you create. Each tag is a key-value pair.