Package-level declarations

Types

Link copied to clipboard
class Environment : KotlinCustomResource

Resource type definition for AWS::WorkSpacesThinClient::Environment.

Link copied to clipboard
data class EnvironmentArgs(val desiredSoftwareSetId: Output<String>? = null, val desktopArn: Output<String>? = null, val desktopEndpoint: Output<String>? = null, val deviceCreationTags: Output<List<EnvironmentTagArgs>>? = null, val kmsKeyArn: Output<String>? = null, val maintenanceWindow: Output<EnvironmentMaintenanceWindowArgs>? = null, val name: Output<String>? = null, val softwareSetUpdateMode: Output<EnvironmentSoftwareSetUpdateMode>? = null, val softwareSetUpdateSchedule: Output<EnvironmentSoftwareSetUpdateSchedule>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<EnvironmentArgs>

Resource type definition for AWS::WorkSpacesThinClient::Environment.

Link copied to clipboard
Link copied to clipboard
object EnvironmentMapper : ResourceMapper<Environment>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun environment(name: String, block: suspend EnvironmentResourceBuilder.() -> Unit): Environment