desiredDeliveryMediums

@JvmName(name = "icmhyolubsepwskr")
suspend fun desiredDeliveryMediums(value: Output<List<String>>)
@JvmName(name = "wfneyjoxcjhppqxb")
suspend fun desiredDeliveryMediums(value: List<String>?)

Parameters

value

A list of mediums to the welcome message will be sent through. Allowed values are EMAIL and SMS. If it's provided, make sure you have also specified email attribute for the EMAIL medium and phone_number for the SMS. More than one value can be specified. Amazon Cognito does not store the desired_delivery_mediums value. Defaults to ["SMS"].


@JvmName(name = "pthqgrxxyfimumst")
suspend fun desiredDeliveryMediums(vararg values: Output<String>)


@JvmName(name = "npmwpptqtsklolwt")
suspend fun desiredDeliveryMediums(values: List<Output<String>>)
@JvmName(name = "clbgglajrwopwfhr")
suspend fun desiredDeliveryMediums(vararg values: String)

Parameters

values

A list of mediums to the welcome message will be sent through. Allowed values are EMAIL and SMS. If it's provided, make sure you have also specified email attribute for the EMAIL medium and phone_number for the SMS. More than one value can be specified. Amazon Cognito does not store the desired_delivery_mediums value. Defaults to ["SMS"].