Package-level declarations

Types

Link copied to clipboard
data class EnvironmentMaintenanceWindowArgs(val applyTimeOf: Output<EnvironmentMaintenanceWindowApplyTimeOf>? = null, val daysOfTheWeek: Output<List<EnvironmentDayOfWeek>>? = null, val endTimeHour: Output<Int>? = null, val endTimeMinute: Output<Int>? = null, val startTimeHour: Output<Int>? = null, val startTimeMinute: Output<Int>? = null, val type: Output<EnvironmentMaintenanceWindowType>) : ConvertibleToJava<EnvironmentMaintenanceWindowArgs>
Link copied to clipboard
data class EnvironmentTagArgs(val key: Output<String>, val value: Output<String>) : ConvertibleToJava<EnvironmentTagArgs>

A key-value pair to associate with a resource.

Link copied to clipboard
Link copied to clipboard
data class GetEnvironmentPlainArgs(val id: String) : ConvertibleToJava<GetEnvironmentPlainArgs>