customResourceProperties

@JvmName(name = "awwlyhcurruupjeh")
suspend fun customResourceProperties(value: Output<Map<String, Any>>)
@JvmName(name = "mfojlrbgbufljcmg")
suspend fun customResourceProperties(value: Map<String, Any>?)

Parameters

value

The properties to pass as an input to the Custom Resource. The properties are passed as a map of key-value pairs whereas all primitive values (number, boolean) are converted to strings for CloudFormation interoperability.


@JvmName(name = "ktiuswhlktwikbpl")
fun customResourceProperties(vararg values: Pair<String, Any>)

Parameters

values

The properties to pass as an input to the Custom Resource. The properties are passed as a map of key-value pairs whereas all primitive values (number, boolean) are converted to strings for CloudFormation interoperability.