features

@JvmName(name = "sgbwgimggxtduwsw")
suspend fun features(value: Output<List<String>>)
@JvmName(name = "rqaxlyvbgvwvpfab")
suspend fun features(value: List<String>?)

Parameters

value

A list of the features applied to the app. The default buildpack can be overridden here. List of available buildpacks can be found using the doctl CLI


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


@JvmName(name = "gueewnmykrqromln")
suspend fun features(values: List<Output<String>>)
@JvmName(name = "rvyaaeeulmgmrxun")
suspend fun features(vararg values: String)

Parameters

values

A list of the features applied to the app. The default buildpack can be overridden here. List of available buildpacks can be found using the doctl CLI