Flow Endpoints Args
data class FlowEndpointsArgs(val accessEndpointIpAddresses: Output<List<IpAddressArgs>>? = null, val outgoingIpAddresses: Output<List<IpAddressArgs>>? = null) : ConvertibleToJava<FlowEndpointsArgs>
The flow endpoints configuration.
Constructors
Link copied to clipboard
constructor(accessEndpointIpAddresses: Output<List<IpAddressArgs>>? = null, outgoingIpAddresses: Output<List<IpAddressArgs>>? = null)