Get Custom Routing Endpoints Plain Args
data class GetCustomRoutingEndpointsPlainArgs(val acceleratorId: String, val endpointGroupId: String? = null, val ids: List<String>? = null, val listenerId: String? = null, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null) : ConvertibleToJava<GetCustomRoutingEndpointsPlainArgs>
A collection of arguments for invoking getCustomRoutingEndpoints.