Connection State Request Body Properties Args
    data class ConnectionStateRequestBodyPropertiesArgs(val privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>? = null) : ConvertibleToJava<ConnectionStateRequestBodyPropertiesArgs> 
Properties of Connection state request.
Constructors
Link copied to clipboard
                fun ConnectionStateRequestBodyPropertiesArgs(privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>? = null)