BucketLifecycleConfigurationV2TimeoutsArgs

data class BucketLifecycleConfigurationV2TimeoutsArgs(val create: Output<String>? = null, val update: Output<String>? = null) : ConvertibleToJava<BucketLifecycleConfigurationV2TimeoutsArgs>

Constructors

constructor(create: Output<String>? = null, update: 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 update: 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).

Functions

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