ProfilesProfileTimeoutsArgs

data class ProfilesProfileTimeoutsArgs(val create: Output<String>? = null, val delete: Output<String>? = null, val read: Output<String>? = null) : ConvertibleToJava<ProfilesProfileTimeoutsArgs>

Constructors

Link copied to clipboard
constructor(create: Output<String>? = null, delete: Output<String>? = null, read: Output<String>? = null)

Properties

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

A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).

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

A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.

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

A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Read operations occur during any refresh or planning operation when refresh is enabled.

Functions

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