ConditionContextArgs

data class ConditionContextArgs(val accessTime: Output<String>? = null) : ConvertibleToJava<ConditionContextArgs>

The IAM conditions context.

Constructors

Link copied to clipboard
fun ConditionContextArgs(accessTime: Output<String>? = null)

Functions

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

Properties

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

The hypothetical access timestamp to evaluate IAM conditions. Note that this value must not be earlier than the current time; otherwise, an INVALID_ARGUMENT error will be returned.