Lifecycle Handler Patch Args
data class LifecycleHandlerPatchArgs(val exec: Output<ExecActionPatchArgs>? = null, val httpGet: Output<HTTPGetActionPatchArgs>? = null, val tcpSocket: Output<TCPSocketActionPatchArgs>? = null) : ConvertibleToJava<LifecycleHandlerPatchArgs>
LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.
Constructors
Link copied to clipboard
fun LifecycleHandlerPatchArgs(exec: Output<ExecActionPatchArgs>? = null, httpGet: Output<HTTPGetActionPatchArgs>? = null, tcpSocket: Output<TCPSocketActionPatchArgs>? = null)