Get Custom Routing Endpoint Group Destinations Plain Args
data class GetCustomRoutingEndpointGroupDestinationsPlainArgs(val acceleratorId: String, val endpointGroupId: String? = null, val fromPort: Int? = null, val ids: List<String>? = null, val listenerId: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val protocols: List<String>? = null, val toPort: Int? = null) : ConvertibleToJava<GetCustomRoutingEndpointGroupDestinationsPlainArgs>
A collection of arguments for invoking getCustomRoutingEndpointGroupDestinations.