Private Link Service Connection State Property Args
data class PrivateLinkServiceConnectionStatePropertyArgs(val description: Output<String>? = null, val status: Output<String>? = null) : ConvertibleToJava<PrivateLinkServiceConnectionStatePropertyArgs>
Connection State of the Private Endpoint Connection.
Constructors
Link copied to clipboard
fun PrivateLinkServiceConnectionStatePropertyArgs(description: Output<String>? = null, status: Output<String>? = null)