parameters

@JvmName(name = "jlfpwakaemyevdkw")
suspend fun parameters(value: Output<Map<String, ExtensionParameterArgs>>)
@JvmName(name = "padxyaqygklgtqrf")
suspend fun parameters(value: Map<String, ExtensionParameterArgs>?)

Parameters

value

The parameters accepted by the extension. You specify parameter values when you associate the extension to an AWS AppConfig resource by using the CreateExtensionAssociation API action. For AWS Lambda extension actions, these parameters are included in the Lambda request object.


@JvmName(name = "gbopgnneahearjdc")
suspend fun parameters(vararg argument: Pair<String, suspend ExtensionParameterArgsBuilder.() -> Unit>)

Parameters

argument

The parameters accepted by the extension. You specify parameter values when you associate the extension to an AWS AppConfig resource by using the CreateExtensionAssociation API action. For AWS Lambda extension actions, these parameters are included in the Lambda request object.


@JvmName(name = "qnkngxhnaxgaccqy")
fun parameters(vararg values: Pair<String, ExtensionParameterArgs>)

Parameters

values

The parameters accepted by the extension. You specify parameter values when you associate the extension to an AWS AppConfig resource by using the CreateExtensionAssociation API action. For AWS Lambda extension actions, these parameters are included in the Lambda request object.