PlanArgs

data class PlanArgs(val name: Output<String>? = null, val product: Output<String>? = null, val promotionCode: Output<String>? = null, val publisher: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<PlanArgs>

Plan for the resource.

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, product: Output<String>? = null, promotionCode: Output<String>? = null, publisher: Output<String>? = null, version: Output<String>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

The plan ID.

Link copied to clipboard
val product: Output<String>? = null

The offer ID.

Link copied to clipboard
val promotionCode: Output<String>? = null

The promotion code.

Link copied to clipboard
val publisher: Output<String>? = null

The publisher ID.

Link copied to clipboard
val version: Output<String>? = null

The plan's version.

Functions

Link copied to clipboard
open override fun toJava(): PlanArgs