actions

@JvmName(name = "cvhbgvtckmmanqll")
suspend fun actions(value: Output<List<CustomProviderActionArgs>>)
@JvmName(name = "yycguvdrupemdork")
suspend fun actions(value: List<CustomProviderActionArgs>?)

Parameters

value

Any number of action block as defined below. One of resource_type or action must be specified.


@JvmName(name = "nwttakchcnwcuwpd")
suspend fun actions(vararg values: Output<CustomProviderActionArgs>)


@JvmName(name = "bbwfdwcjnyomdsvp")
suspend fun actions(values: List<Output<CustomProviderActionArgs>>)
@JvmName(name = "tqxlsfyovuhntvhr")
suspend fun actions(vararg values: CustomProviderActionArgs)

Parameters

values

Any number of action block as defined below. One of resource_type or action must be specified.


@JvmName(name = "npkgadfrqdvtgmor")
suspend fun actions(argument: List<suspend CustomProviderActionArgsBuilder.() -> Unit>)
@JvmName(name = "xtmkbmbxjkqdinpx")
suspend fun actions(vararg argument: suspend CustomProviderActionArgsBuilder.() -> Unit)
@JvmName(name = "pyjwbyhrvtakjgnh")
suspend fun actions(argument: suspend CustomProviderActionArgsBuilder.() -> Unit)

Parameters

argument

Any number of action block as defined below. One of resource_type or action must be specified.