ActionArgs

data class ActionArgs(val type: Output<KeyRotationPolicyActionType>? = null) : ConvertibleToJava<ActionArgs>

Constructors

Link copied to clipboard
constructor(type: Output<KeyRotationPolicyActionType>? = null)

Properties

Link copied to clipboard
val type: Output<KeyRotationPolicyActionType>? = null

The type of action.

Functions

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