DeidServicePropertiesArgs

data class DeidServicePropertiesArgs(val publicNetworkAccess: Output<PublicNetworkAccess>? = null) : ConvertibleToJava<DeidServicePropertiesArgs>

Details of the HealthDataAIServices DeidService.

Constructors

Link copied to clipboard
constructor(publicNetworkAccess: Output<PublicNetworkAccess>? = null)

Properties

Link copied to clipboard

Gets or sets allow or disallow public network access to resource

Functions

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