JavaComponentServiceBindArgs

data class JavaComponentServiceBindArgs(val name: Output<String>? = null, val serviceId: Output<String>? = null) : ConvertibleToJava<JavaComponentServiceBindArgs>

Configuration to bind a Java Component to another Java Component

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, serviceId: Output<String>? = null)

Properties

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

Name of the service bind

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

Resource id of the target service

Functions

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