EnvironmentArgs

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

Definition of AWS::RefactorSpaces::Environment Resource Type

Constructors

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

Properties

Link copied to clipboard
val description: Output<String>? = null

A description of the environment.

Link copied to clipboard
val name: Output<String>? = null

The name of the environment.

Link copied to clipboard

The network fabric type of the environment.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

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

Functions

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