configuration Properties
Parameters
value
The configuration properties for the custom action. Max 10 items.
suspend fun configurationProperties(vararg values: Output<CustomActionTypeConfigurationPropertyArgs>)
suspend fun configurationProperties(values: List<Output<CustomActionTypeConfigurationPropertyArgs>>)
Parameters
values
The configuration properties for the custom action. Max 10 items.
suspend fun configurationProperties(argument: List<suspend CustomActionTypeConfigurationPropertyArgsBuilder.() -> Unit>)
suspend fun configurationProperties(vararg argument: suspend CustomActionTypeConfigurationPropertyArgsBuilder.() -> Unit)
suspend fun configurationProperties(argument: suspend CustomActionTypeConfigurationPropertyArgsBuilder.() -> Unit)
Parameters
argument
The configuration properties for the custom action. Max 10 items.