integrationParameters

@JvmName(name = "cfbfdptpxlgmaugc")
suspend fun integrationParameters(value: Output<List<GoogleCloudIntegrationsV1alphaIntegrationParameterArgs>>)

Parameters

value

Optional. Parameters that are expected to be passed to the integration when an event is triggered. This consists of all the parameters that are expected in the integration execution. This gives the user the ability to provide default values, add information like PII and also provide data types of each parameter.


@JvmName(name = "hwucpbrwtvycowxo")
suspend fun integrationParameters(vararg values: Output<GoogleCloudIntegrationsV1alphaIntegrationParameterArgs>)


@JvmName(name = "dvnjvifbplvjrxax")
suspend fun integrationParameters(values: List<Output<GoogleCloudIntegrationsV1alphaIntegrationParameterArgs>>)
@JvmName(name = "wkradpcqisyrsdvf")
suspend fun integrationParameters(vararg values: GoogleCloudIntegrationsV1alphaIntegrationParameterArgs)

Parameters

values

Optional. Parameters that are expected to be passed to the integration when an event is triggered. This consists of all the parameters that are expected in the integration execution. This gives the user the ability to provide default values, add information like PII and also provide data types of each parameter.


@JvmName(name = "wnnsrbgxvtgdxpot")
suspend fun integrationParameters(argument: List<suspend GoogleCloudIntegrationsV1alphaIntegrationParameterArgsBuilder.() -> Unit>)
@JvmName(name = "bsfiopreswyvcntg")
suspend fun integrationParameters(vararg argument: suspend GoogleCloudIntegrationsV1alphaIntegrationParameterArgsBuilder.() -> Unit)
@JvmName(name = "hrpdskjdqttjegcc")
suspend fun integrationParameters(argument: suspend GoogleCloudIntegrationsV1alphaIntegrationParameterArgsBuilder.() -> Unit)

Parameters

argument

Optional. Parameters that are expected to be passed to the integration when an event is triggered. This consists of all the parameters that are expected in the integration execution. This gives the user the ability to provide default values, add information like PII and also provide data types of each parameter.