DotNetComponentServiceBindArgs

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

Configuration to bind a .NET Component to another .NET 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(): DotNetComponentServiceBindArgs