SpringCloudServiceMarketplaceArgs

data class SpringCloudServiceMarketplaceArgs(val plan: Output<String>, val product: Output<String>, val publisher: Output<String>) : ConvertibleToJava<SpringCloudServiceMarketplaceArgs>

Constructors

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

Properties

Link copied to clipboard
val plan: Output<String>

Specifies the plan ID of the 3rd Party Artifact that is being procured.

Link copied to clipboard
val product: Output<String>

Specifies the 3rd Party artifact that is being procured.

Link copied to clipboard
val publisher: Output<String>

Specifies the publisher ID of the 3rd Party Artifact that is being procured.

Functions

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