features

@JvmName(name = "cwmwhgyppbhdlxop")
suspend fun features(value: Output<List<FulfillmentFeatureArgs>>)
@JvmName(name = "xurmqegxrtkvtinq")
suspend fun features(value: List<FulfillmentFeatureArgs>?)

Parameters

value

The field defines whether the fulfillment is enabled for certain features. Structure is documented below.


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


@JvmName(name = "oyavdqpweqqbofai")
suspend fun features(values: List<Output<FulfillmentFeatureArgs>>)
@JvmName(name = "krdhbevmevlqerkt")
suspend fun features(vararg values: FulfillmentFeatureArgs)

Parameters

values

The field defines whether the fulfillment is enabled for certain features. Structure is documented below.


@JvmName(name = "wybqqfggaiwuyslv")
suspend fun features(argument: List<suspend FulfillmentFeatureArgsBuilder.() -> Unit>)
@JvmName(name = "oqrtjpfcorxtjsug")
suspend fun features(vararg argument: suspend FulfillmentFeatureArgsBuilder.() -> Unit)
@JvmName(name = "bmwikmveuwadlhlk")
suspend fun features(argument: suspend FulfillmentFeatureArgsBuilder.() -> Unit)

Parameters

argument

The field defines whether the fulfillment is enabled for certain features. Structure is documented below.