Private Endpoint Connection Properties Args
data class PrivateEndpointConnectionPropertiesArgs(val groupIds: Output<List<String>>? = null, val privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>) : ConvertibleToJava<PrivateEndpointConnectionPropertiesArgs>
Properties of the PrivateEndpointConnectProperties.
Constructors
Link copied to clipboard
constructor(groupIds: Output<List<String>>? = null, privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>)