StudioComponentLicenseServiceConfigurationArgs

data class StudioComponentLicenseServiceConfigurationArgs(val endpoint: Output<String>? = null) : ConvertibleToJava<StudioComponentLicenseServiceConfigurationArgs>

The configuration for a license service that is associated with a studio resource.

Constructors

constructor(endpoint: Output<String>? = null)

Properties

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

The endpoint of the license service that is accessed by the studio component resource.

Functions

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