configuration Properties
suspend fun configurationProperties(value: Output<List<CustomActionTypeConfigurationPropertiesArgs>>)
Parameters
value
The configuration properties for the custom action.
suspend fun configurationProperties(vararg values: Output<CustomActionTypeConfigurationPropertiesArgs>)
suspend fun configurationProperties(values: List<Output<CustomActionTypeConfigurationPropertiesArgs>>)
Parameters
values
The configuration properties for the custom action.
suspend fun configurationProperties(argument: List<suspend CustomActionTypeConfigurationPropertiesArgsBuilder.() -> Unit>)
suspend fun configurationProperties(vararg argument: suspend CustomActionTypeConfigurationPropertiesArgsBuilder.() -> Unit)
suspend fun configurationProperties(argument: suspend CustomActionTypeConfigurationPropertiesArgsBuilder.() -> Unit)
Parameters
argument
The configuration properties for the custom action.