Connection Properties Args
data class ConnectionPropertiesArgs(val groupIds: Output<List<String>>? = null, val privateLinkServiceConnectionState: Output<ConnectionPropertiesPrivateLinkServiceConnectionStateArgs>? = null) : ConvertibleToJava<ConnectionPropertiesArgs>
The properties of a private endpoint connection.
Constructors
Link copied to clipboard
constructor(groupIds: Output<List<String>>? = null, privateLinkServiceConnectionState: Output<ConnectionPropertiesPrivateLinkServiceConnectionStateArgs>? = null)
Properties
Link copied to clipboard
val privateLinkServiceConnectionState: Output<ConnectionPropertiesPrivateLinkServiceConnectionStateArgs>? = null
The connection state.