ServerlessOfferArgs

data class ServerlessOfferArgs(val offerName: Output<String>, val publisher: Output<String>) : ConvertibleToJava<ServerlessOfferArgs>

Constructors

Link copied to clipboard
constructor(offerName: Output<String>, publisher: Output<String>)

Properties

Link copied to clipboard
val offerName: Output<String>

Required The name of the Serverless Offer

Link copied to clipboard
val publisher: Output<String>

Required Publisher name of the Serverless Offer

Functions

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